DisassociateContactFromAddressBookRequest

public struct DisassociateContactFromAddressBookRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the address from which to disassociate the contact.

    Declaration

    Swift

    public let addressBookArn: String
  • The ARN of the contact to disassociate from an address book.

    Declaration

    Swift

    public let contactArn: String
  • Undocumented

    Declaration

    Swift

    public init(addressBookArn: String, contactArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws