Class: Aws::Types::Threshold

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#comparison"LT"

Returns the value of attribute comparison.



8586
8587
8588
# File 'sig/types.rbs', line 8586

def comparison
  @comparison
end

#threshold_value::Float

Returns the value of attribute threshold_value.



8587
8588
8589
# File 'sig/types.rbs', line 8587

def threshold_value
  @threshold_value
end