Class: Aws::MailManager::Types::RuleBooleanExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::RuleBooleanExpression
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
A boolean expression to be used in a rule condition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evaluate ⇒ Types::RuleBooleanToEvaluate
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::RuleBooleanToEvaluate
The operand on which to perform a boolean condition operation.
2800 2801 2802 2803 2804 2805 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2800 class RuleBooleanExpression < Struct.new( :evaluate, :operator) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
The matching operator for a boolean condition expression.
2800 2801 2802 2803 2804 2805 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2800 class RuleBooleanExpression < Struct.new( :evaluate, :operator) SENSITIVE = [] include Aws::Structure end |