Class: Aws::Types::ThresholdV2

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comparison::String

Returns the value of attribute comparison.

Returns:

  • (::String)


8483
8484
8485
# File 'sig/types.rbs', line 8483

def comparison
  @comparison
end

#threshold_value::Float

Returns the value of attribute threshold_value.

Returns:

  • (::Float)


8484
8485
8486
# File 'sig/types.rbs', line 8484

def threshold_value
  @threshold_value
end