Class: Aws::MediaStore::Types::ListContainersInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Enter the maximum number of containers in the response. Use from 1 to 255 characters.

Returns:

  • (Integer)


473
474
475
476
477
478
# File 'gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb', line 473

class ListContainersInput < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Only if you used MaxResults in the first command, enter the token (which was included in the previous response) to obtain the next set of containers. This token is included in a response only if there actually are more containers to list.

Returns:

  • (String)


473
474
475
476
477
478
# File 'gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb', line 473

class ListContainersInput < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end