Class: Aws::SESV2::Types::TopicPreference
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::TopicPreference
- 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
-
#subscription_status ⇒ String
The contact’s subscription status to a topic which is either ‘OPT_IN` or `OPT_OUT`.
-
#topic_name ⇒ String
The name of the topic.
Instance Attribute Details
#subscription_status ⇒ String
The contact’s subscription status to a topic which is either ‘OPT_IN` or `OPT_OUT`.
7055 7056 7057 7058 7059 7060 |
# File 'lib/aws-sdk-sesv2/types.rb', line 7055 class TopicPreference < Struct.new( :topic_name, :subscription_status) SENSITIVE = [] include Aws::Structure end |
#topic_name ⇒ String
The name of the topic.
7055 7056 7057 7058 7059 7060 |
# File 'lib/aws-sdk-sesv2/types.rb', line 7055 class TopicPreference < Struct.new( :topic_name, :subscription_status) SENSITIVE = [] include Aws::Structure end |