Class: Aws::SESV2::Types::CreateContactListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::CreateContactListRequest
- 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.
-
#description ⇒ String
A description of what the contact list is about.
-
#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.
778 779 780 781 782 783 784 785 |
# File 'lib/aws-sdk-sesv2/types.rb', line 778 class CreateContactListRequest < Struct.new( :contact_list_name, :topics, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of what the contact list is about.
778 779 780 781 782 783 784 785 |
# File 'lib/aws-sdk-sesv2/types.rb', line 778 class CreateContactListRequest < Struct.new( :contact_list_name, :topics, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags associated with a contact list.
778 779 780 781 782 783 784 785 |
# File 'lib/aws-sdk-sesv2/types.rb', line 778 class CreateContactListRequest < Struct.new( :contact_list_name, :topics, :description, :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.
778 779 780 781 782 783 784 785 |
# File 'lib/aws-sdk-sesv2/types.rb', line 778 class CreateContactListRequest < Struct.new( :contact_list_name, :topics, :description, :tags) SENSITIVE = [] include Aws::Structure end |