Class: Aws::AlexaForBusiness::Types::DeleteAddressBookRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DeleteAddressBookRequest
- 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 to delete.
Instance Attribute Details
#address_book_arn ⇒ String
The ARN of the address book to delete.
1340 1341 1342 1343 1344 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1340 class DeleteAddressBookRequest < Struct.new( :address_book_arn) SENSITIVE = [] include Aws::Structure end |