Class: Aws::Types::Meeting
- Inherits:
-
Object
- Object
- Aws::Types::Meeting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#media_placement ⇒ Types::MediaPlacement
Returns the value of attribute media_placement.
-
#media_region ⇒ ::String
Returns the value of attribute media_region.
-
#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::MediaPlacement
Returns the value of attribute media_placement.
5683 5684 5685 |
# File 'sig/types.rbs', line 5683 def media_placement @media_placement end |
#media_region ⇒ ::String
Returns the value of attribute media_region.
5682 5683 5684 |
# File 'sig/types.rbs', line 5682 def media_region @media_region end |
#meeting_features ⇒ Types::MeetingFeaturesConfiguration
Returns the value of attribute meeting_features.
5684 5685 5686 |
# File 'sig/types.rbs', line 5684 def meeting_features @meeting_features end |
#meeting_id ⇒ ::String
Returns the value of attribute meeting_id.
5685 5686 5687 |
# File 'sig/types.rbs', line 5685 def meeting_id @meeting_id end |