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.
8536 8537 8538 8539 8540 8541 8542 |
# File 'lib/aws-sdk-sesv2/types.rb', line 8536 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.
8536 8537 8538 8539 8540 8541 8542 |
# File 'lib/aws-sdk-sesv2/types.rb', line 8536 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.
8536 8537 8538 8539 8540 8541 8542 |
# File 'lib/aws-sdk-sesv2/types.rb', line 8536 class UpdateContactListRequest < Struct.new( :contact_list_name, :topics, :description) SENSITIVE = [] include Aws::Structure end |