Class: Aws::SESV2::Types::Topic

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_subscription_statusString

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

Returns:

  • (String)


6941
6942
6943
6944
6945
6946
6947
6948
# File 'lib/aws-sdk-sesv2/types.rb', line 6941

class Topic < Struct.new(
  :topic_name,
  :display_name,
  :description,
  :default_subscription_status)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of what the topic is about, which the contact will see.

Returns:

  • (String)


6941
6942
6943
6944
6945
6946
6947
6948
# File 'lib/aws-sdk-sesv2/types.rb', line 6941

class Topic < Struct.new(
  :topic_name,
  :display_name,
  :description,
  :default_subscription_status)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The name of the topic the contact will see.

Returns:

  • (String)


6941
6942
6943
6944
6945
6946
6947
6948
# File 'lib/aws-sdk-sesv2/types.rb', line 6941

class Topic < Struct.new(
  :topic_name,
  :display_name,
  :description,
  :default_subscription_status)
  SENSITIVE = []
  include Aws::Structure
end

#topic_nameString

The name of the topic.

Returns:

  • (String)


6941
6942
6943
6944
6945
6946
6947
6948
# File 'lib/aws-sdk-sesv2/types.rb', line 6941

class Topic < Struct.new(
  :topic_name,
  :display_name,
  :description,
  :default_subscription_status)
  SENSITIVE = []
  include Aws::Structure
end