Class: Aws::Types::ChimeSdkMeetingLiveConnectorConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ChimeSdkMeetingLiveConnectorConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#composited_video ⇒ Types::CompositedVideoArtifactsConfiguration
Returns the value of attribute composited_video.
-
#mux_type ⇒ "AudioWithCompositedVideo", "AudioWithActiveSpeakerVideo"
Returns the value of attribute mux_type.
-
#source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute source_configuration.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
109 110 111 |
# File 'sig/types.rbs', line 109 def arn @arn end |
#composited_video ⇒ Types::CompositedVideoArtifactsConfiguration
Returns the value of attribute composited_video.
111 112 113 |
# File 'sig/types.rbs', line 111 def composited_video @composited_video end |
#mux_type ⇒ "AudioWithCompositedVideo", "AudioWithActiveSpeakerVideo"
Returns the value of attribute mux_type.
110 111 112 |
# File 'sig/types.rbs', line 110 def mux_type @mux_type end |
#source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute source_configuration.
112 113 114 |
# File 'sig/types.rbs', line 112 def source_configuration @source_configuration end |