You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TopicFilter as input to an Aws::Client method, you can use a vanilla Hash:

{
  topic_name: "TopicName",
  use_default_if_preference_unavailable: false,
}

Used for filtering by a specific topic preference.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#topic_nameString

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

Returns:

  • (String)

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

#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)

    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.