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.
5755 5756 5757 |
# File 'sig/types.rbs', line 5755 def media_placement @media_placement end |
#media_region ⇒ ::String
Returns the value of attribute media_region.
5754 5755 5756 |
# File 'sig/types.rbs', line 5754 def media_region @media_region end |
#meeting_features ⇒ Types::MeetingFeaturesConfiguration
Returns the value of attribute meeting_features.
5756 5757 5758 |
# File 'sig/types.rbs', line 5756 def meeting_features @meeting_features end |
#meeting_id ⇒ ::String
Returns the value of attribute meeting_id.
5757 5758 5759 |
# File 'sig/types.rbs', line 5757 def meeting_id @meeting_id end |