You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AlexaForBusiness::Types::AssociateContactWithAddressBookRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AssociateContactWithAddressBookRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  contact_arn: "Arn", # required
  address_book_arn: "Arn", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#address_book_arnString

The ARN of the address book with which to associate the contact.

Returns:

  • (String)

    The ARN of the address book with which to associate the contact.

#contact_arnString

The ARN of the contact to associate with an address book.

Returns:

  • (String)

    The ARN of the contact to associate with an address book.