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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/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)


4913
4914
4915
4916
4917
4918
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4913

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:



4913
4914
4915
4916
4917
4918
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4913

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