UntagAttendeeRequest
public struct UntagAttendeeRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Chime SDK attendee ID.
Declaration
Swift
public let attendeeId: String
-
The Amazon Chime SDK meeting ID.
Declaration
Swift
public let meetingId: String
-
The tag keys.
Declaration
Swift
public let tagKeys: [String]
-
Undocumented
Declaration
Swift
public init(attendeeId: String, meetingId: String, tagKeys: [String])
-
Declaration
Swift
public func validate(name: String) throws