Class: Aws::Types::ChimeSdkMeetingLiveConnectorConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:arn])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:

  • ("AudioWithCompositedVideo", "AudioWithActiveSpeakerVideo")


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