Class: Aws::Types::CreateMeetingWithAttendeesRequest

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

#attendees::Array[Types::CreateAttendeeRequestItem]

Returns the value of attribute attendees.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Ipv4Only", "DualStack")


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.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def media_region
  @media_region
end

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

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def meeting_host_id
  @meeting_host_id
end

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

Returns:

  • (::String)


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.

Returns:



133
134
135
# File 'sig/types.rbs', line 133

def tags
  @tags
end

#tenant_ids::Array[::String]

Returns the value of attribute tenant_ids.

Returns:

  • (::Array[::String])


132
133
134
# File 'sig/types.rbs', line 132

def tenant_ids
  @tenant_ids
end