DisconnectParticipantRequest
public struct DisconnectParticipantRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Declaration
Swift
public let clientToken: String?
-
The authentication token associated with the participant’s connection.
Declaration
Swift
public let connectionToken: String
-
Undocumented
Declaration
Swift
public init(clientToken: String? = DisconnectParticipantRequest.idempotencyToken(), connectionToken: String)
-
Declaration
Swift
public func validate(name: String) throws