Class: Aws::Types::Threshold

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#operator ⇒ "EQUAL_TO", ...

Returns the value of attribute operator.

Returns:

  • ("EQUAL_TO", "GREATER_THAN", "LESS_THAN", "NOT_EQUAL_TO")


2770
2771
2772
# File 'sig/types.rbs', line 2770

def operator
  @operator
end

#value ⇒ ::String

Returns the value of attribute value.

Returns:

  • (::String)


2769
2770
2771
# File 'sig/types.rbs', line 2769

def value
  @value
end