Class: Aws::AlexaForBusiness::Types::GetAddressBookRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetAddressBookRequest
- 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 address book for which to request details.
Instance Attribute Details
#address_book_arn ⇒ String
The ARN of the address book for which to request details.
2139 2140 2141 2142 2143 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2139 class GetAddressBookRequest < Struct.new( :address_book_arn) SENSITIVE = [] include Aws::Structure end |