class Aws::AlexaForBusiness::Types::CreateAddressBookRequest

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

data as a hash:

    {
      name: "AddressBookName", # required
      description: "AddressBookDescription",
      client_request_token: "ClientRequestToken",
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] name

The name of the address book.
@return [String]

@!attribute [rw] description

The description of the address book.
@return [String]

@!attribute [rw] client_request_token

A unique, user-specified identifier for the request that ensures
idempotency.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] tags

The tags to be added to the specified resource. Do not provide
system tags.
@return [Array<Types::Tag>]

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

Constants

SENSITIVE