Class: Aws::ChimeSDKMediaPipelines::Types::MeetingEventsConcatenationConfiguration

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

Overview

The configuration object for an event concatenation pipeline.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

Enables or disables the configuration object.

Returns:

  • (String)


2601
2602
2603
2604
2605
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2601

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