Class: Aws::ChimeSDKMediaPipelines::Types::MeetingEventsConcatenationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::MeetingEventsConcatenationConfiguration
- 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
-
#state ⇒ String
Enables or disables the configuration object.
Instance Attribute Details
#state ⇒ String
Enables or disables the configuration object.
2645 2646 2647 2648 2649 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2645 class MeetingEventsConcatenationConfiguration < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |