Class: Aws::Types::LiveConnectorSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LiveConnectorSourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#chime_sdk_meeting_live_connector_configuration ⇒ Types::ChimeSdkMeetingLiveConnectorConfiguration
Returns the value of attribute chime_sdk_meeting_live_connector_configuration.
-
#source_type ⇒ "ChimeSdkMeeting"
Returns the value of attribute source_type.
Instance Attribute Details
#chime_sdk_meeting_live_connector_configuration ⇒ Types::ChimeSdkMeetingLiveConnectorConfiguration
Returns the value of attribute chime_sdk_meeting_live_connector_configuration.
523 524 525 |
# File 'sig/types.rbs', line 523 def chime_sdk_meeting_live_connector_configuration @chime_sdk_meeting_live_connector_configuration end |
#source_type ⇒ "ChimeSdkMeeting"
Returns the value of attribute source_type.
522 523 524 |
# File 'sig/types.rbs', line 522 def source_type @source_type end |