Class: Aws::Types::CreateMeetingRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_request_token, :meeting_host_id, :external_meeting_id])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Ipv4Only", "DualStack")


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.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def media_region
  @media_region
end

#meeting_featuresTypes::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.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def meeting_host_id
  @meeting_host_id
end

#notifications_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:



113
114
115
# File 'sig/types.rbs', line 113

def tags
  @tags
end

#tenant_ids::Array[::String]

Returns the value of attribute tenant_ids.

Returns:

  • (::Array[::String])


112
113
114
# File 'sig/types.rbs', line 112

def tenant_ids
  @tenant_ids
end