Class: Aws::MailManager::Types::IngressStringExpression

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

Overview

The structure for a string based condition matching on the incoming mail.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#evaluateTypes::IngressStringToEvaluate

The left hand side argument of a string condition expression.



1864
1865
1866
1867
1868
1869
1870
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1864

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

#operatorString

The matching operator for a string condition expression.

Returns:

  • (String)


1864
1865
1866
1867
1868
1869
1870
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1864

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

#valuesArray<String>

The right hand side argument of a string condition expression.

Returns:

  • (Array<String>)


1864
1865
1866
1867
1868
1869
1870
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1864

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