CreateAttendeeRequest
public struct CreateAttendeeRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Chime SDK external user ID. Links the attendee to an identity managed by a builder application.
Declaration
Swift
public let externalUserId: String -
The Amazon Chime SDK meeting ID.
Declaration
Swift
public let meetingId: String -
The tag key-value pairs.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(externalUserId: String, meetingId: String, tags: [Tag]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateAttendeeRequest Structure Reference