Class: Aws::IVSRealTime::Types::ListCompositionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filter_by_encoder_configuration_arnString

Filters the Composition list to match the specified EncoderConfiguration attached to at least one of its output.

Returns:

  • (String)


1307
1308
1309
1310
1311
1312
1313
1314
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1307

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_arnString

Filters the Composition list to match the specified Stage ARN.

Returns:

  • (String)


1307
1308
1309
1310
1311
1312
1313
1314
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1307

class ListCompositionsRequest < Struct.new(
  :filter_by_stage_arn,
  :filter_by_encoder_configuration_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of results to return. Default: 100.

Returns:

  • (Integer)


1307
1308
1309
1310
1311
1312
1313
1314
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1307

class ListCompositionsRequest < Struct.new(
  :filter_by_stage_arn,
  :filter_by_encoder_configuration_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The first Composition to retrieve. This is used for pagination; see the nextToken response field.

Returns:

  • (String)


1307
1308
1309
1310
1311
1312
1313
1314
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1307

class ListCompositionsRequest < Struct.new(
  :filter_by_stage_arn,
  :filter_by_encoder_configuration_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end