Class: Aws::MailManager::Types::CreateAddressListResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::CreateAddressListResponse
- 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 the created address list.
Instance Attribute Details
#address_list_id ⇒ String
The identifier of the created address list.
582 583 584 585 586 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 582 class CreateAddressListResponse < Struct.new( :address_list_id) SENSITIVE = [] include Aws::Structure end |