Class: Aws::MailManager::Types::IngressBooleanExpression

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb

Overview

The structure for a boolean condition matching on the incoming mail.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#evaluateTypes::IngressBooleanToEvaluate

The operand on which to perform a boolean condition operation.



1583
1584
1585
1586
1587
1588
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1583

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

#operatorString

The matching operator for a boolean condition expression.

Returns:

  • (String)


1583
1584
1585
1586
1587
1588
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1583

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