Class: Aws::SESV2::Types::ListManagementOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ListManagementOptions
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
An object used to specify a list or topic to which an email belongs, which will be used when a contact chooses to unsubscribe.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_list_name ⇒ String
The name of the contact list.
-
#topic_name ⇒ String
The name of the topic.
Instance Attribute Details
#contact_list_name ⇒ String
The name of the contact list.
4698 4699 4700 4701 4702 4703 |
# File 'lib/aws-sdk-sesv2/types.rb', line 4698 class ListManagementOptions < Struct.new( :contact_list_name, :topic_name) SENSITIVE = [] include Aws::Structure end |
#topic_name ⇒ String
The name of the topic.
4698 4699 4700 4701 4702 4703 |
# File 'lib/aws-sdk-sesv2/types.rb', line 4698 class ListManagementOptions < Struct.new( :contact_list_name, :topic_name) SENSITIVE = [] include Aws::Structure end |