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)


4114
4115
4116
4117
4118
4119
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4114

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:



4114
4115
4116
4117
4118
4119
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4114

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