Class: Aws::AlexaForBusiness::Types::DisassociateContactFromAddressBookRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#address_book_arnString

The ARN of the address from which to disassociate the contact.

Returns:

  • (String)


1864
1865
1866
1867
1868
1869
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1864

class DisassociateContactFromAddressBookRequest < Struct.new(
  :contact_arn,
  :address_book_arn)
  SENSITIVE = []
  include Aws::Structure
end

#contact_arnString

The ARN of the contact to disassociate from an address book.

Returns:

  • (String)


1864
1865
1866
1867
1868
1869
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1864

class DisassociateContactFromAddressBookRequest < Struct.new(
  :contact_arn,
  :address_book_arn)
  SENSITIVE = []
  include Aws::Structure
end