Class: Aws::SESV2::Types::GetContactListResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GetContactListResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_list_name ⇒ String
The name of the contact list.
-
#created_timestamp ⇒ Time
A timestamp noting when the contact list was created.
-
#description ⇒ String
A description of what the contact list is about.
-
#last_updated_timestamp ⇒ Time
A timestamp noting the last time the contact list was updated.
-
#tags ⇒ Array<Types::Tag>
The tags associated with a contact list.
-
#topics ⇒ Array<Types::Topic>
An interest group, theme, or label within a list.
Instance Attribute Details
#contact_list_name ⇒ String
The name of the contact list.
2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 |
# File 'lib/aws-sdk-sesv2/types.rb', line 2891 class GetContactListResponse < Struct.new( :contact_list_name, :topics, :description, :created_timestamp, :last_updated_timestamp, :tags) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
A timestamp noting when the contact list was created.
2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 |
# File 'lib/aws-sdk-sesv2/types.rb', line 2891 class GetContactListResponse < Struct.new( :contact_list_name, :topics, :description, :created_timestamp, :last_updated_timestamp, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of what the contact list is about.
2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 |
# File 'lib/aws-sdk-sesv2/types.rb', line 2891 class GetContactListResponse < Struct.new( :contact_list_name, :topics, :description, :created_timestamp, :last_updated_timestamp, :tags) SENSITIVE = [] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
A timestamp noting the last time the contact list was updated.
2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 |
# File 'lib/aws-sdk-sesv2/types.rb', line 2891 class GetContactListResponse < Struct.new( :contact_list_name, :topics, :description, :created_timestamp, :last_updated_timestamp, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags associated with a contact list.
2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 |
# File 'lib/aws-sdk-sesv2/types.rb', line 2891 class GetContactListResponse < Struct.new( :contact_list_name, :topics, :description, :created_timestamp, :last_updated_timestamp, :tags) SENSITIVE = [] include Aws::Structure end |
#topics ⇒ Array<Types::Topic>
An interest group, theme, or label within a list. A contact list can have multiple topics.
2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 |
# File 'lib/aws-sdk-sesv2/types.rb', line 2891 class GetContactListResponse < Struct.new( :contact_list_name, :topics, :description, :created_timestamp, :last_updated_timestamp, :tags) SENSITIVE = [] include Aws::Structure end |