Class: Aws::Types::CreateMeetingWithAttendeesRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMeetingWithAttendeesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attendees ⇒ ::Array[Types::CreateAttendeeRequestItem]
Returns the value of attribute attendees.
-
#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
#attendees ⇒ ::Array[Types::CreateAttendeeRequestItem]
Returns the value of attribute attendees.
130 131 132 |
# File 'sig/types.rbs', line 130 def attendees @attendees end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
124 125 126 |
# File 'sig/types.rbs', line 124 def client_request_token @client_request_token end |
#external_meeting_id ⇒ ::String
Returns the value of attribute external_meeting_id.
127 128 129 |
# File 'sig/types.rbs', line 127 def external_meeting_id @external_meeting_id end |
#media_placement_network_type ⇒ "Ipv4Only", "DualStack"
Returns the value of attribute media_placement_network_type.
134 135 136 |
# File 'sig/types.rbs', line 134 def media_placement_network_type @media_placement_network_type end |
#media_region ⇒ ::String
Returns the value of attribute media_region.
125 126 127 |
# File 'sig/types.rbs', line 125 def media_region @media_region end |
#meeting_features ⇒ Types::MeetingFeaturesConfiguration
Returns the value of attribute meeting_features.
128 129 130 |
# File 'sig/types.rbs', line 128 def meeting_features @meeting_features end |
#meeting_host_id ⇒ ::String
Returns the value of attribute meeting_host_id.
126 127 128 |
# File 'sig/types.rbs', line 126 def meeting_host_id @meeting_host_id end |
#notifications_configuration ⇒ Types::NotificationsConfiguration
Returns the value of attribute notifications_configuration.
129 130 131 |
# File 'sig/types.rbs', line 129 def notifications_configuration @notifications_configuration end |
#primary_meeting_id ⇒ ::String
Returns the value of attribute primary_meeting_id.
131 132 133 |
# File 'sig/types.rbs', line 131 def primary_meeting_id @primary_meeting_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
133 134 135 |
# File 'sig/types.rbs', line 133 def @tags end |
#tenant_ids ⇒ ::Array[::String]
Returns the value of attribute tenant_ids.
132 133 134 |
# File 'sig/types.rbs', line 132 def tenant_ids @tenant_ids end |