Class: Aws::IVSRealTime::Types::ListCompositionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::ListCompositionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter_by_encoder_configuration_arn ⇒ String
Filters the Composition list to match the specified EncoderConfiguration attached to at least one of its output.
-
#filter_by_stage_arn ⇒ String
Filters the Composition list to match the specified Stage ARN.
-
#max_results ⇒ Integer
Maximum number of results to return.
-
#next_token ⇒ String
The first Composition to retrieve.
Instance Attribute Details
#filter_by_encoder_configuration_arn ⇒ String
Filters the Composition list to match the specified EncoderConfiguration attached to at least one of its output.
1347 1348 1349 1350 1351 1352 1353 1354 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1347 class ListCompositionsRequest < Struct.new( :filter_by_stage_arn, :filter_by_encoder_configuration_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#filter_by_stage_arn ⇒ String
Filters the Composition list to match the specified Stage ARN.
1347 1348 1349 1350 1351 1352 1353 1354 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1347 class ListCompositionsRequest < Struct.new( :filter_by_stage_arn, :filter_by_encoder_configuration_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of results to return. Default: 100.
1347 1348 1349 1350 1351 1352 1353 1354 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1347 class ListCompositionsRequest < Struct.new( :filter_by_stage_arn, :filter_by_encoder_configuration_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The first Composition to retrieve. This is used for pagination; see the ‘nextToken` response field.
1347 1348 1349 1350 1351 1352 1353 1354 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1347 class ListCompositionsRequest < Struct.new( :filter_by_stage_arn, :filter_by_encoder_configuration_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |