You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::GetContactListResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GetContactListResponse
- Defined in:
- (unknown)
Overview
Returned by:
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.
#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. A contact list can have multiple topics.