Class: Aws::SESV2::Types::ListManagementOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ListManagementOptions
- Defined in:
- gems/aws-sdk-sesv2/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.
5121 5122 5123 5124 5125 5126 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5121 class ListManagementOptions < Struct.new( :contact_list_name, :topic_name) SENSITIVE = [] include Aws::Structure end |
#topic_name ⇒ String
The name of the topic.
5121 5122 5123 5124 5125 5126 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5121 class ListManagementOptions < Struct.new( :contact_list_name, :topic_name) SENSITIVE = [] include Aws::Structure end |