class Aws::SESV2::Types::ListContactsFilter

A filter that can be applied to a list of contacts.

@note When making an API call, you may pass ListContactsFilter

data as a hash:

    {
      filtered_status: "OPT_IN", # accepts OPT_IN, OPT_OUT
      topic_filter: {
        topic_name: "TopicName",
        use_default_if_preference_unavailable: false,
      },
    }

@!attribute [rw] filtered_status

The status by which you are filtering: `OPT_IN` or `OPT_OUT`.
@return [String]

@!attribute [rw] topic_filter

Used for filtering by a specific topic preference.
@return [Types::TopicFilter]

@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/ListContactsFilter AWS API Documentation

Constants

SENSITIVE