Class: Aws::MailManager::Types::GetMemberOfAddressListResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::GetMemberOfAddressListResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:address]
Instance Attribute Summary collapse
-
#address ⇒ String
The address retrieved from the address list.
-
#created_timestamp ⇒ Time
The timestamp of when the address was created.
Instance Attribute Details
#address ⇒ String
The address retrieved from the address list.
1798 1799 1800 1801 1802 1803 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1798 class GetMemberOfAddressListResponse < Struct.new( :address, :created_timestamp) SENSITIVE = [:address] include Aws::Structure end |
#created_timestamp ⇒ Time
The timestamp of when the address was created.
1798 1799 1800 1801 1802 1803 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1798 class GetMemberOfAddressListResponse < Struct.new( :address, :created_timestamp) SENSITIVE = [:address] include Aws::Structure end |