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")


2739
2740
2741
# File 'sig/types.rbs', line 2739

def operator
  @operator
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


2738
2739
2740
# File 'sig/types.rbs', line 2738

def value
  @value
end