Class: Aws::MailManager::Types::RuleBooleanExpression

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#evaluateTypes::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

#operatorString

The matching operator for a boolean condition expression.

Returns:

  • (String)


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