Class: Aws::Types::UtilizationMetric
- Inherits:
-
Object
- Object
- Aws::Types::UtilizationMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "Cpu", ...
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", ...
Returns the value of attribute name.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def name @name end |
#statistic ⇒ "Maximum", "Average"
Returns the value of attribute statistic.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def statistic @statistic end |
#value ⇒ ::Float
Returns the value of attribute value.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def value @value end |