Class: Aws::Types::IdleUtilizationMetric
- Inherits:
-
Object
- Object
- Aws::Types::IdleUtilizationMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimensions ⇒ ::Array[Types::IdleDimension]
Returns the value of attribute dimensions.
-
#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
#dimensions ⇒ ::Array[Types::IdleDimension]
Returns the value of attribute dimensions.
768 769 770 |
# File 'sig/types.rbs', line 768 def dimensions @dimensions end |
#name ⇒ "CPU", ...
Returns the value of attribute name.
765 766 767 |
# File 'sig/types.rbs', line 765 def name @name end |
#statistic ⇒ "Maximum", "Average"
Returns the value of attribute statistic.
766 767 768 |
# File 'sig/types.rbs', line 766 def statistic @statistic end |
#value ⇒ ::Float
Returns the value of attribute value.
767 768 769 |
# File 'sig/types.rbs', line 767 def value @value end |