Class: Aws::MailManager::Types::RuleNumberExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::RuleNumberExpression
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mailmanager/types.rb
Overview
A number expression to match numeric conditions with integers from the incoming email.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evaluate ⇒ Types::RuleNumberToEvaluate
The number to evaluate in a numeric condition expression.
-
#operator ⇒ String
The operator for a numeric condition expression.
-
#value ⇒ Float
The value to evaluate in a numeric condition expression.
Instance Attribute Details
#evaluate ⇒ Types::RuleNumberToEvaluate
The number to evaluate in a numeric condition expression.
3030 3031 3032 3033 3034 3035 3036 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 3030 class RuleNumberExpression < Struct.new( :evaluate, :operator, :value) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
The operator for a numeric condition expression.
3030 3031 3032 3033 3034 3035 3036 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 3030 class RuleNumberExpression < Struct.new( :evaluate, :operator, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The value to evaluate in a numeric condition expression.
3030 3031 3032 3033 3034 3035 3036 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 3030 class RuleNumberExpression < Struct.new( :evaluate, :operator, :value) SENSITIVE = [] include Aws::Structure end |