Class: Aws::ChimeSDKMediaPipelines::Types::CompositedVideoConcatenationConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkmediapipelines/types.rb

Overview

The composited video configuration object for a specified media pipeline. ‘SourceType` must be `ChimeSdkMeeting`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

Enables or disables the configuration object.

Returns:

  • (String)


685
686
687
688
689
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 685

class CompositedVideoConcatenationConfiguration < Struct.new(
  :state)
  SENSITIVE = []
  include Aws::Structure
end