Class: Aws::GameLiftStreams::Types::ListApplicationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLiftStreams::Types::ListApplicationsOutput
- Defined in:
- gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ApplicationSummary>
A collection of Amazon GameLift Streams applications 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::ApplicationSummary>
A collection of Amazon GameLift Streams applications that are associated with the Amazon Web Services account in use. Each item includes application metadata and status.
2387 2388 2389 2390 2391 2392 |
# File 'gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb', line 2387 class ListApplicationsOutput < 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.
2387 2388 2389 2390 2391 2392 |
# File 'gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb', line 2387 class ListApplicationsOutput < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |