Class: Aws::SESV2::Types::ListManagementOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#contact_list_nameString

The name of the contact list.

Returns:

  • (String)


4635
4636
4637
4638
4639
4640
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4635

class ListManagementOptions < Struct.new(
  :contact_list_name,
  :topic_name)
  SENSITIVE = []
  include Aws::Structure
end

#topic_nameString

The name of the topic.

Returns:

  • (String)


4635
4636
4637
4638
4639
4640
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4635

class ListManagementOptions < Struct.new(
  :contact_list_name,
  :topic_name)
  SENSITIVE = []
  include Aws::Structure
end