Class: Aws::Types::WebRTCMeeting
- Inherits:
-
Object
- Object
- Aws::Types::WebRTCMeeting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#media_placement ⇒ Types::WebRTCMediaPlacement
Returns the value of attribute media_placement.
-
#meeting_features ⇒ Types::MeetingFeaturesConfiguration
Returns the value of attribute meeting_features.
-
#meeting_id ⇒ ::String
Returns the value of attribute meeting_id.
Instance Attribute Details
#media_placement ⇒ Types::WebRTCMediaPlacement
Returns the value of attribute media_placement.
299 300 301 |
# File 'sig/types.rbs', line 299 def media_placement @media_placement end |
#meeting_features ⇒ Types::MeetingFeaturesConfiguration
Returns the value of attribute meeting_features.
300 301 302 |
# File 'sig/types.rbs', line 300 def meeting_features @meeting_features end |
#meeting_id ⇒ ::String
Returns the value of attribute meeting_id.
301 302 303 |
# File 'sig/types.rbs', line 301 def meeting_id @meeting_id end |