Class: Aws::Types::SimpleRuleEvaluation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#input_property_value ⇒ ::String

Returns the value of attribute input_property_value.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def input_property_value
  @input_property_value
end

#operator ⇒ "GREATER", ...

Returns the value of attribute operator.

Returns:

  • ("GREATER", "GREATER_OR_EQUAL", "LESS", "LESS_OR_EQUAL", "EQUAL", "NOT_EQUAL")


340
341
342
# File 'sig/types.rbs', line 340

def operator
  @operator
end

#threshold_value ⇒ ::String

Returns the value of attribute threshold_value.

Returns:

  • (::String)


341
342
343
# File 'sig/types.rbs', line 341

def threshold_value
  @threshold_value
end