Class: Aws::SESV2::Types::ListContactsFilter

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtered_statusString

The status by which you are filtering: ‘OPT_IN` or `OPT_OUT`.

Returns:

  • (String)


4138
4139
4140
4141
4142
4143
# File 'lib/aws-sdk-sesv2/types.rb', line 4138

class ListContactsFilter < Struct.new(
  :filtered_status,
  :topic_filter)
  SENSITIVE = []
  include Aws::Structure
end

#topic_filterTypes::TopicFilter

Used for filtering by a specific topic preference.

Returns:



4138
4139
4140
4141
4142
4143
# File 'lib/aws-sdk-sesv2/types.rb', line 4138

class ListContactsFilter < Struct.new(
  :filtered_status,
  :topic_filter)
  SENSITIVE = []
  include Aws::Structure
end