Class: Aws::MailManager::Types::DeleteAddressListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::DeleteAddressListRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address_list_id ⇒ String
The identifier of an existing address list resource to delete.
Instance Attribute Details
#address_list_id ⇒ String
The identifier of an existing address list resource to delete.
912 913 914 915 916 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 912 class DeleteAddressListRequest < Struct.new( :address_list_id) SENSITIVE = [] include Aws::Structure end |