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.



3780
3781
3782
3783
3784
3785
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3780

class RuleBooleanExpression < Struct.new(
  :evaluate,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end

#operatorString

The matching operator for a boolean condition expression.

Returns:

  • (String)


3780
3781
3782
3783
3784
3785
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3780

class RuleBooleanExpression < Struct.new(
  :evaluate,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end