Class: Aws::Types::SimpleRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_operator ⇒ "GREATER", ...

Returns the value of attribute comparison_operator.

Returns:

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


690
691
692
# File 'sig/types.rbs', line 690

def comparison_operator
  @comparison_operator
end

#input_property ⇒ ::String

Returns the value of attribute input_property.

Returns:

  • (::String)


689
690
691
# File 'sig/types.rbs', line 689

def input_property
  @input_property
end

#threshold ⇒ ::String

Returns the value of attribute threshold.

Returns:

  • (::String)


691
692
693
# File 'sig/types.rbs', line 691

def threshold
  @threshold
end