Class: Aws::SESV2::Types::TopicFilter

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

Overview

Used for filtering by a specific topic preference.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#topic_nameString

The name of a topic on which you wish to apply the filter.

Returns:

  • (String)

7626
7627
7628
7629
7630
7631
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7626

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

#use_default_if_preference_unavailableBoolean

Notes that the default subscription status should be applied to a contact because the contact has not noted their preference for subscribing to a topic.

Returns:

  • (Boolean)

7626
7627
7628
7629
7630
7631
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7626

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