Class: Aws::MailManager::Types::ArchiveBooleanExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::ArchiveBooleanExpression
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
A boolean expression to evaluate email attribute values.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evaluate ⇒ Types::ArchiveBooleanToEvaluate
The email attribute value to evaluate.
-
#operator ⇒ String
The boolean operator to use for evaluation.
Instance Attribute Details
#evaluate ⇒ Types::ArchiveBooleanToEvaluate
The email attribute value to evaluate.
202 203 204 205 206 207 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 202 class ArchiveBooleanExpression < Struct.new( :evaluate, :operator) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
The boolean operator to use for evaluation.
202 203 204 205 206 207 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 202 class ArchiveBooleanExpression < Struct.new( :evaluate, :operator) SENSITIVE = [] include Aws::Structure end |