Class: Aws::Types::ECSServiceUtilizationMetric
- Inherits:
-
Object
- Object
- Aws::Types::ECSServiceUtilizationMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "Cpu", "Memory"
Returns the value of attribute name.
-
#statistic ⇒ "Maximum", "Average"
Returns the value of attribute statistic.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ "Cpu", "Memory"
Returns the value of attribute name.
254 255 256 |
# File 'sig/types.rbs', line 254 def name @name end |
#statistic ⇒ "Maximum", "Average"
Returns the value of attribute statistic.
255 256 257 |
# File 'sig/types.rbs', line 255 def statistic @statistic end |
#value ⇒ ::Float
Returns the value of attribute value.
256 257 258 |
# File 'sig/types.rbs', line 256 def value @value end |