CreateAttendeeResponse
public struct CreateAttendeeResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The attendee information, including attendee ID and join token.
Declaration
Swift
public let attendee: Attendee?
-
Undocumented
Declaration
Swift
public init(attendee: Attendee? = nil)