Class: Aws::AlexaForBusiness::Types::GetAddressBookResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetAddressBookResponse
- Defined in:
- gems/aws-sdk-alexaforbusiness/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.
2136 2137 2138 2139 2140 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2136 class GetAddressBookResponse < Struct.new( :address_book) SENSITIVE = [] include Aws::Structure end |