StopContactRequest
public struct StopContactRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the contact.
Declaration
Swift
public let contactId: String -
The identifier of the Amazon Connect instance.
Declaration
Swift
public let instanceId: String -
Undocumented
Declaration
Swift
public init(contactId: String, instanceId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
StopContactRequest Structure Reference