Class: Aws::AlexaForBusiness::Types::AddressBookData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::AddressBookData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Information related to an address book.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address_book_arn ⇒ String
The ARN of the address book.
-
#description ⇒ String
The description of the address book.
-
#name ⇒ String
The name of the address book.
Instance Attribute Details
#address_book_arn ⇒ String
The ARN of the address book.
53 54 55 56 57 58 59 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 53 class AddressBookData < Struct.new( :address_book_arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the address book.
53 54 55 56 57 58 59 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 53 class AddressBookData < Struct.new( :address_book_arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the address book.
53 54 55 56 57 58 59 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 53 class AddressBookData < Struct.new( :address_book_arn, :name, :description) SENSITIVE = [] include Aws::Structure end |