Class: Aws::SESV2::Types::TopicPreference

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb

Overview

The contact's preference for being opted-in to or opted-out of a topic.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subscription_statusString

The contact's subscription status to a topic which is either OPT_IN or OPT_OUT.

Returns:

  • (String)


6961
6962
6963
6964
6965
6966
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6961

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

#topic_nameString

The name of the topic.

Returns:

  • (String)


6961
6962
6963
6964
6965
6966
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6961

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