class Aws::SESV2::Types::Topic

An interest group, theme, or label within a list. Lists can have multiple topics.

@note When making an API call, you may pass Topic

data as a hash:

    {
      topic_name: "TopicName", # required
      display_name: "DisplayName", # required
      description: "Description",
      default_subscription_status: "OPT_IN", # required, accepts OPT_IN, OPT_OUT
    }

@!attribute [rw] topic_name

The name of the topic.
@return [String]

@!attribute [rw] display_name

The name of the topic the contact will see.
@return [String]

@!attribute [rw] description

A description of what the topic is about, which the contact will
see.
@return [String]

@!attribute [rw] default_subscription_status

The default subscription status to be applied to a contact if the
contact has not noted their preference for subscribing to a topic.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/Topic AWS API Documentation

Constants

SENSITIVE