Class: Aws::Types::ActionThreshold

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_threshold_type"PERCENTAGE", "ABSOLUTE_VALUE"

Returns the value of attribute action_threshold_type.

Returns:

  • ("PERCENTAGE", "ABSOLUTE_VALUE")


46
47
48
# File 'sig/types.rbs', line 46

def action_threshold_type
  @action_threshold_type
end

#action_threshold_value::Float

Returns the value of attribute action_threshold_value.

Returns:

  • (::Float)


45
46
47
# File 'sig/types.rbs', line 45

def action_threshold_value
  @action_threshold_value
end