Class: Aws::MailManager::Types::GetMemberOfAddressListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::GetMemberOfAddressListRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:address]
Instance Attribute Summary collapse
-
#address ⇒ String
The address to be retrieved from the address list.
-
#address_list_id ⇒ String
The unique identifier of the address list to retrieve the address from.
Instance Attribute Details
#address ⇒ String
The address to be retrieved from the address list.
1781 1782 1783 1784 1785 1786 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1781 class GetMemberOfAddressListRequest < Struct.new( :address_list_id, :address) SENSITIVE = [:address] include Aws::Structure end |
#address_list_id ⇒ String
The unique identifier of the address list to retrieve the address from.
1781 1782 1783 1784 1785 1786 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1781 class GetMemberOfAddressListRequest < Struct.new( :address_list_id, :address) SENSITIVE = [:address] include Aws::Structure end |