Class: Aws::Types::CustomizableMetricParameters
- Inherits:
-
Object
- Object
- Aws::Types::CustomizableMetricParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#headroom ⇒ "PERCENT_30", ...
Returns the value of attribute headroom.
-
#threshold ⇒ "P90", ...
Returns the value of attribute threshold.
Instance Attribute Details
#headroom ⇒ "PERCENT_30", ...
Returns the value of attribute headroom.
101 102 103 |
# File 'sig/types.rbs', line 101 def headroom @headroom end |
#threshold ⇒ "P90", ...
Returns the value of attribute threshold.
100 101 102 |
# File 'sig/types.rbs', line 100 def threshold @threshold end |