Class: Aws::AlexaForBusiness::Types::GetAddressBookResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetAddressBookResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address_book ⇒ Types::AddressBook
The details of the requested address book.
Instance Attribute Details
#address_book ⇒ Types::AddressBook
The details of the requested address book.
2151 2152 2153 2154 2155 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2151 class GetAddressBookResponse < Struct.new( :address_book) SENSITIVE = [] include Aws::Structure end |