Class: Aws::Types::CreateMeetingRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMeetingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#external_meeting_id ⇒ ::String
Returns the value of attribute external_meeting_id.
-
#media_placement_network_type ⇒ "Ipv4Only", "DualStack"
Returns the value of attribute media_placement_network_type.
-
#media_region ⇒ ::String
Returns the value of attribute media_region.
-
#meeting_features ⇒ Types::MeetingFeaturesConfiguration
Returns the value of attribute meeting_features.
-
#meeting_host_id ⇒ ::String
Returns the value of attribute meeting_host_id.
-
#notifications_configuration ⇒ Types::NotificationsConfiguration
Returns the value of attribute notifications_configuration.
-
#primary_meeting_id ⇒ ::String
Returns the value of attribute primary_meeting_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tenant_ids ⇒ ::Array[::String]
Returns the value of attribute tenant_ids.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
105 106 107 |
# File 'sig/types.rbs', line 105 def client_request_token @client_request_token end |
#external_meeting_id ⇒ ::String
Returns the value of attribute external_meeting_id.
108 109 110 |
# File 'sig/types.rbs', line 108 def external_meeting_id @external_meeting_id end |
#media_placement_network_type ⇒ "Ipv4Only", "DualStack"
Returns the value of attribute media_placement_network_type.
114 115 116 |
# File 'sig/types.rbs', line 114 def media_placement_network_type @media_placement_network_type end |
#media_region ⇒ ::String
Returns the value of attribute media_region.
106 107 108 |
# File 'sig/types.rbs', line 106 def media_region @media_region end |
#meeting_features ⇒ Types::MeetingFeaturesConfiguration
Returns the value of attribute meeting_features.
110 111 112 |
# File 'sig/types.rbs', line 110 def meeting_features @meeting_features end |
#meeting_host_id ⇒ ::String
Returns the value of attribute meeting_host_id.
107 108 109 |
# File 'sig/types.rbs', line 107 def meeting_host_id @meeting_host_id end |
#notifications_configuration ⇒ Types::NotificationsConfiguration
Returns the value of attribute notifications_configuration.
109 110 111 |
# File 'sig/types.rbs', line 109 def notifications_configuration @notifications_configuration end |
#primary_meeting_id ⇒ ::String
Returns the value of attribute primary_meeting_id.
111 112 113 |
# File 'sig/types.rbs', line 111 def primary_meeting_id @primary_meeting_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
113 114 115 |
# File 'sig/types.rbs', line 113 def @tags end |
#tenant_ids ⇒ ::Array[::String]
Returns the value of attribute tenant_ids.
112 113 114 |
# File 'sig/types.rbs', line 112 def tenant_ids @tenant_ids end |