Class: Aws::AlexaForBusiness::Types::CreateAddressBookResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::CreateAddressBookResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address_book_arn ⇒ String
The ARN of the newly created address book.
Instance Attribute Details
#address_book_arn ⇒ String
The ARN of the newly created address book.
637 638 639 640 641 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 637 class CreateAddressBookResponse < Struct.new( :address_book_arn) SENSITIVE = [] include Aws::Structure end |