Class: Aws::ChimeSDKMediaPipelines::Types::ChimeSdkMeetingLiveConnectorConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::ChimeSdkMeetingLiveConnectorConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
The media pipeline’s configuration object.
Constant Summary collapse
- SENSITIVE =
[:arn]
Instance Attribute Summary collapse
-
#arn ⇒ String
The configuration object’s Chime SDK meeting ARN.
-
#composited_video ⇒ Types::CompositedVideoArtifactsConfiguration
The media pipeline’s composited video.
-
#mux_type ⇒ String
The configuration object’s multiplex type.
-
#source_configuration ⇒ Types::SourceConfiguration
The source configuration settings of the media pipeline’s configuration object.
Instance Attribute Details
#arn ⇒ String
The configuration object’s Chime SDK meeting ARN.
648 649 650 651 652 653 654 655 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 648 class ChimeSdkMeetingLiveConnectorConfiguration < Struct.new( :arn, :mux_type, :composited_video, :source_configuration) SENSITIVE = [:arn] include Aws::Structure end |
#composited_video ⇒ Types::CompositedVideoArtifactsConfiguration
The media pipeline’s composited video.
648 649 650 651 652 653 654 655 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 648 class ChimeSdkMeetingLiveConnectorConfiguration < Struct.new( :arn, :mux_type, :composited_video, :source_configuration) SENSITIVE = [:arn] include Aws::Structure end |
#mux_type ⇒ String
The configuration object’s multiplex type.
648 649 650 651 652 653 654 655 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 648 class ChimeSdkMeetingLiveConnectorConfiguration < Struct.new( :arn, :mux_type, :composited_video, :source_configuration) SENSITIVE = [:arn] include Aws::Structure end |
#source_configuration ⇒ Types::SourceConfiguration
The source configuration settings of the media pipeline’s configuration object.
648 649 650 651 652 653 654 655 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 648 class ChimeSdkMeetingLiveConnectorConfiguration < Struct.new( :arn, :mux_type, :composited_video, :source_configuration) SENSITIVE = [:arn] include Aws::Structure end |