Class: Aws::Types::ECSServiceProjectedUtilizationMetric
- Inherits:
-
Object
- Object
- Aws::Types::ECSServiceProjectedUtilizationMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lower_bound_value ⇒ ::Float
Returns the value of attribute lower_bound_value.
-
#name ⇒ "Cpu", "Memory"
Returns the value of attribute name.
-
#statistic ⇒ "Maximum", "Average"
Returns the value of attribute statistic.
-
#upper_bound_value ⇒ ::Float
Returns the value of attribute upper_bound_value.
Instance Attribute Details
#lower_bound_value ⇒ ::Float
Returns the value of attribute lower_bound_value.
208 209 210 |
# File 'sig/types.rbs', line 208 def lower_bound_value @lower_bound_value end |
#name ⇒ "Cpu", "Memory"
Returns the value of attribute name.
206 207 208 |
# File 'sig/types.rbs', line 206 def name @name end |
#statistic ⇒ "Maximum", "Average"
Returns the value of attribute statistic.
207 208 209 |
# File 'sig/types.rbs', line 207 def statistic @statistic end |
#upper_bound_value ⇒ ::Float
Returns the value of attribute upper_bound_value.
209 210 211 |
# File 'sig/types.rbs', line 209 def upper_bound_value @upper_bound_value end |