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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


6985
6986
6987
6988
6989
6990
# File 'lib/aws-sdk-sesv2/types.rb', line 6985

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

#topic_nameString

The name of the topic.

Returns:

  • (String)


6985
6986
6987
6988
6989
6990
# File 'lib/aws-sdk-sesv2/types.rb', line 6985

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