Class: Aws::Types::ActionThreshold
- Inherits:
-
Object
- Object
- Aws::Types::ActionThreshold
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_threshold_type ⇒ "PERCENTAGE", "ABSOLUTE_VALUE"
Returns the value of attribute action_threshold_type.
-
#action_threshold_value ⇒ ::Float
Returns the value of attribute action_threshold_value.
Instance Attribute Details
#action_threshold_type ⇒ "PERCENTAGE", "ABSOLUTE_VALUE"
Returns the value of attribute action_threshold_type.
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.
45 46 47 |
# File 'sig/types.rbs', line 45 def action_threshold_value @action_threshold_value end |