Class: Aws::AlexaForBusiness::Types::DisassociateContactFromAddressBookRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DisassociateContactFromAddressBookRequest
- 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 from which to disassociate the contact.
-
#contact_arn ⇒ String
The ARN of the contact to disassociate from an address book.
Instance Attribute Details
#address_book_arn ⇒ String
The ARN of the address from which to disassociate the contact.
1864 1865 1866 1867 1868 1869 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1864 class DisassociateContactFromAddressBookRequest < Struct.new( :contact_arn, :address_book_arn) SENSITIVE = [] include Aws::Structure end |
#contact_arn ⇒ String
The ARN of the contact to disassociate from an address book.
1864 1865 1866 1867 1868 1869 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1864 class DisassociateContactFromAddressBookRequest < Struct.new( :contact_arn, :address_book_arn) SENSITIVE = [] include Aws::Structure end |