Class: Aws::SESV2::Types::UpdateContactListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::UpdateContactListRequest
- 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.
-
#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.
7166 7167 7168 7169 7170 7171 7172 |
# File 'lib/aws-sdk-sesv2/types.rb', line 7166 class UpdateContactListRequest < Struct.new( :contact_list_name, :topics, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of what the contact list is about.
7166 7167 7168 7169 7170 7171 7172 |
# File 'lib/aws-sdk-sesv2/types.rb', line 7166 class UpdateContactListRequest < Struct.new( :contact_list_name, :topics, :description) 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.
7166 7167 7168 7169 7170 7171 7172 |
# File 'lib/aws-sdk-sesv2/types.rb', line 7166 class UpdateContactListRequest < Struct.new( :contact_list_name, :topics, :description) SENSITIVE = [] include Aws::Structure end |