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

Class: Aws::AlexaForBusiness::Types::CreateAddressBookRequest

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

Overview

Note:

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

{
  name: "AddressBookName", # required
  description: "AddressBookDescription",
  client_request_token: "ClientRequestToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

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

Returns:

  • (String)

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

#descriptionString

The description of the address book.

Returns:

  • (String)

    The description of the address book.

#nameString

The name of the address book.

Returns:

  • (String)

    The name of the address book.