CreateMeetingWithAttendeesResponse
public struct CreateMeetingWithAttendeesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The attendee information, including attendees IDs and join tokens.
Declaration
Swift
public let attendees: [Attendee]?
-
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.
Declaration
Swift
public let errors: [CreateAttendeeError]?
-
Undocumented
Declaration
Swift
public let meeting: Meeting?
-
Undocumented
Declaration
Swift
public init(attendees: [Attendee]? = nil, errors: [CreateAttendeeError]? = nil, meeting: Meeting? = nil)