class Aws::AlexaForBusiness::Types::UpdateAddressBookRequest

@note When making an API call, you may pass UpdateAddressBookRequest

data as a hash:

    {
      address_book_arn: "Arn", # required
      name: "AddressBookName",
      description: "AddressBookDescription",
    }

@!attribute [rw] address_book_arn

The ARN of the room to update.
@return [String]

@!attribute [rw] name

The updated name of the room.
@return [String]

@!attribute [rw] description

The updated description of the room.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/UpdateAddressBookRequest AWS API Documentation

Constants

SENSITIVE