Class: Aws::Chime::Types::CreateMeetingWithAttendeesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attendeesArray<Types::Attendee>

The attendee information, including attendees IDs and join tokens.

Returns:



2232
2233
2234
2235
2236
2237
2238
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2232

class CreateMeetingWithAttendeesResponse < Struct.new(
  :meeting,
  :attendees,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<Types::CreateAttendeeError>

If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.

Returns:



2232
2233
2234
2235
2236
2237
2238
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2232

class CreateMeetingWithAttendeesResponse < Struct.new(
  :meeting,
  :attendees,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#meetingTypes::Meeting

A meeting created using the Amazon Chime SDK.

Returns:



2232
2233
2234
2235
2236
2237
2238
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2232

class CreateMeetingWithAttendeesResponse < Struct.new(
  :meeting,
  :attendees,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end