Class: Aws::ChimeSDKMediaPipelines::Types::ContentConcatenationConfiguration

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

Overview

The composited content configuration object for a specified media pipeline.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

Enables or disables the configuration object.

Returns:

  • (String)


783
784
785
786
787
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 783

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