Class: Aws::MailManager::Types::RuleBooleanExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::RuleBooleanExpression
- Includes:
- Structure
- Defined in:
- 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.
2845 2846 2847 2848 2849 2850 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 2845 class RuleBooleanExpression < Struct.new( :evaluate, :operator) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
The matching operator for a boolean condition expression.
2845 2846 2847 2848 2849 2850 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 2845 class RuleBooleanExpression < Struct.new( :evaluate, :operator) SENSITIVE = [] include Aws::Structure end |