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.
1656 1657 1658 1659 1660 1661 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1656 class IngressBooleanExpression < Struct.new( :evaluate, :operator) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
The matching operator for a boolean condition expression.
1656 1657 1658 1659 1660 1661 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1656 class IngressBooleanExpression < Struct.new( :evaluate, :operator) SENSITIVE = [] include Aws::Structure end |