Class: Aws::SESV2::Types::TopicFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::TopicFilter
- 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
-
#topic_name ⇒ String
The name of a topic on which you wish to apply the filter.
-
#use_default_if_preference_unavailable ⇒ Boolean
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.
Instance Attribute Details
#topic_name ⇒ String
The name of a topic on which you wish to apply the filter.
7005 7006 7007 7008 7009 7010 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7005 class TopicFilter < Struct.new( :topic_name, :use_default_if_preference_unavailable) SENSITIVE = [] include Aws::Structure end |
#use_default_if_preference_unavailable ⇒ Boolean
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.
7005 7006 7007 7008 7009 7010 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7005 class TopicFilter < Struct.new( :topic_name, :use_default_if_preference_unavailable) SENSITIVE = [] include Aws::Structure end |