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

#comparison"LT"

Returns the value of attribute comparison.

Returns:

  • ("LT")


8477
8478
8479
# File 'sig/types.rbs', line 8477

def comparison
  @comparison
end

#threshold_value::Float

Returns the value of attribute threshold_value.

Returns:

  • (::Float)


8478
8479
8480
# File 'sig/types.rbs', line 8478

def threshold_value
  @threshold_value
end