CreateAttendeeRequestItem
public struct CreateAttendeeRequestItem : 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 tag key-value pairs.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(externalUserId: String, tags: [Tag]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateAttendeeRequestItem Structure Reference