Class: Aws::ChimeSDKMediaPipelines::Types::ConcatenationSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::ConcatenationSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
The source type and media pipeline configuration settings in a configuration object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#media_capture_pipeline_source_configuration ⇒ Types::MediaCapturePipelineSourceConfiguration
The concatenation settings for the media pipeline in a configuration object.
-
#type ⇒ String
The type of concatenation source in a configuration object.
Instance Attribute Details
#media_capture_pipeline_source_configuration ⇒ Types::MediaCapturePipelineSourceConfiguration
The concatenation settings for the media pipeline in a configuration object.
730 731 732 733 734 735 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 730 class ConcatenationSource < Struct.new( :type, :media_capture_pipeline_source_configuration) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of concatenation source in a configuration object.
730 731 732 733 734 735 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 730 class ConcatenationSource < Struct.new( :type, :media_capture_pipeline_source_configuration) SENSITIVE = [] include Aws::Structure end |