Class: Aws::MailManager::Types::IngressBooleanExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::IngressBooleanExpression
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
The structure for a boolean condition matching on the incoming mail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evaluate ⇒ Types::IngressBooleanToEvaluate
The operand on which to perform a boolean condition operation.
-
#operator ⇒ String
The matching operator for a boolean condition expression.
Instance Attribute Details
#evaluate ⇒ Types::IngressBooleanToEvaluate
The operand on which to perform a boolean condition operation.
1618 1619 1620 1621 1622 1623 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1618 class IngressBooleanExpression < Struct.new( :evaluate, :operator) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
The matching operator for a boolean condition expression.
1618 1619 1620 1621 1622 1623 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1618 class IngressBooleanExpression < Struct.new( :evaluate, :operator) SENSITIVE = [] include Aws::Structure end |