Class: Aws::MediaStore::Types::ListContainersOutput

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

#containersArray<Types::Container>

The names of the containers.

Returns:



493
494
495
496
497
498
# File 'gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb', line 493

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

#next_tokenString

NextToken is the token to use in the next call to ListContainers. This token is returned only if you included the MaxResults tag in the original command, and only if there are still containers to return.

Returns:

  • (String)


493
494
495
496
497
498
# File 'gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb', line 493

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