Class: Aws::GameLiftStreams::Types::ListStreamGroupsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLiftStreams::Types::ListStreamGroupsOutput
- Defined in:
- gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::StreamGroupSummary>
A collection of Amazon GameLift Streams stream groups that are associated with the Amazon Web Services account in use.
-
#next_token ⇒ String
A token that marks the start of the next sequential page of results.
Instance Attribute Details
#items ⇒ Array<Types::StreamGroupSummary>
A collection of Amazon GameLift Streams stream groups that are associated with the Amazon Web Services account in use. Each item includes stream group metadata and status, but doesn't include capacity information.
2430 2431 2432 2433 2434 2435 |
# File 'gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb', line 2430 class ListStreamGroupsOutput < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that marks the start of the next sequential page of results. If an operation doesn't return a token, you've reached the end of the list.
2430 2431 2432 2433 2434 2435 |
# File 'gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb', line 2430 class ListStreamGroupsOutput < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |