Class: Aws::SESV2::Types::ListContactsFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ListContactsFilter
- 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
-
#filtered_status ⇒ String
The status by which you are filtering:
OPT_IN
orOPT_OUT
. -
#topic_filter ⇒ Types::TopicFilter
Used for filtering by a specific topic preference.
Instance Attribute Details
#filtered_status ⇒ String
The status by which you are filtering: OPT_IN
or OPT_OUT
.
4573 4574 4575 4576 4577 4578 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4573 class ListContactsFilter < Struct.new( :filtered_status, :topic_filter) SENSITIVE = [] include Aws::Structure end |
#topic_filter ⇒ Types::TopicFilter
Used for filtering by a specific topic preference.
4573 4574 4575 4576 4577 4578 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4573 class ListContactsFilter < Struct.new( :filtered_status, :topic_filter) SENSITIVE = [] include Aws::Structure end |