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)


927
928
929
930
931
932
933
934
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 927

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

#filter_by_stage_arnString

Filters the Composition list to match the specified Stage ARN.

Returns:

  • (String)


927
928
929
930
931
932
933
934
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 927

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

#max_resultsInteger

Maximum number of results to return. Default: 100.

Returns:

  • (Integer)


927
928
929
930
931
932
933
934
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 927

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

#next_tokenString

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

Returns:

  • (String)


927
928
929
930
931
932
933
934
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 927

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