Class: Aws::SESV2::Types::ContactList
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ContactList
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
A list that contains contacts that have subscribed to a particular topic or topics.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_list_name ⇒ String
The name of the contact list.
-
#last_updated_timestamp ⇒ Time
A timestamp noting the last time the contact list was updated.
Instance Attribute Details
#contact_list_name ⇒ String
The name of the contact list.
606 607 608 609 610 611 |
# File 'lib/aws-sdk-sesv2/types.rb', line 606 class ContactList < Struct.new( :contact_list_name, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
A timestamp noting the last time the contact list was updated.
606 607 608 609 610 611 |
# File 'lib/aws-sdk-sesv2/types.rb', line 606 class ContactList < Struct.new( :contact_list_name, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |