Class: Aws::IVSRealTime::Types::ListCompositionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::ListCompositionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compositions ⇒ Array<Types::CompositionSummary>
List of the matching Compositions (summary information only).
-
#next_token ⇒ String
If there are more compositions than ‘maxResults`, use `nextToken` in the request to get the next set.
Instance Attribute Details
#compositions ⇒ Array<Types::CompositionSummary>
List of the matching Compositions (summary information only).
1401 1402 1403 1404 1405 1406 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1401 class ListCompositionsResponse < Struct.new( :compositions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are more compositions than ‘maxResults`, use `nextToken` in the request to get the next set.
1401 1402 1403 1404 1405 1406 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1401 class ListCompositionsResponse < Struct.new( :compositions, :next_token) SENSITIVE = [] include Aws::Structure end |