AssociateContactWithAddressBookRequest

public struct AssociateContactWithAddressBookRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the address book with which to associate the contact.

    Declaration

    Swift

    public let addressBookArn: String
  • The ARN of the contact to associate with 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