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

Class: Aws::AlexaForBusiness::Types::UpdateAddressBookRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#address_book_arnString

The ARN of the room to update.

Returns:

  • (String)

    The ARN of the room to update.

#descriptionString

The updated description of the room.

Returns:

  • (String)

    The updated description of the room.

#nameString

The updated name of the room.

Returns:

  • (String)

    The updated name of the room.