Class: Aws::AlexaForBusiness::Types::AssociateContactWithAddressBookRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::AssociateContactWithAddressBookRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address_book_arn ⇒ String
The ARN of the address book with which to associate the contact.
-
#contact_arn ⇒ String
The ARN of the contact to associate with an address book.
Instance Attribute Details
#address_book_arn ⇒ String
The ARN of the address book with which to associate the contact.
100 101 102 103 104 105 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 100 class AssociateContactWithAddressBookRequest < Struct.new( :contact_arn, :address_book_arn) SENSITIVE = [] include Aws::Structure end |
#contact_arn ⇒ String
The ARN of the contact to associate with an address book.
100 101 102 103 104 105 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 100 class AssociateContactWithAddressBookRequest < Struct.new( :contact_arn, :address_book_arn) SENSITIVE = [] include Aws::Structure end |