Class: Aws::Types::ConcatenationSource
- Inherits:
-
Object
- Object
- Aws::Types::ConcatenationSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#media_capture_pipeline_source_configuration ⇒ Types::MediaCapturePipelineSourceConfiguration
Returns the value of attribute media_capture_pipeline_source_configuration.
-
#type ⇒ "MediaCapturePipeline"
Returns the value of attribute type.
Instance Attribute Details
#media_capture_pipeline_source_configuration ⇒ Types::MediaCapturePipelineSourceConfiguration
Returns the value of attribute media_capture_pipeline_source_configuration.
136 137 138 |
# File 'sig/types.rbs', line 136 def media_capture_pipeline_source_configuration @media_capture_pipeline_source_configuration end |
#type ⇒ "MediaCapturePipeline"
Returns the value of attribute type.
135 136 137 |
# File 'sig/types.rbs', line 135 def type @type end |