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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/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)


6917
6918
6919
6920
6921
6922
6923
6924
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6917

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)


6917
6918
6919
6920
6921
6922
6923
6924
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6917

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)


6917
6918
6919
6920
6921
6922
6923
6924
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6917

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)


6917
6918
6919
6920
6921
6922
6923
6924
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6917

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