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)


691
692
693
694
695
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 691

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