Class: Aws::Types::EBSUtilizationMetric
- Inherits:
-
Object
- Object
- Aws::Types::EBSUtilizationMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "VolumeReadOpsPerSecond", ...
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 ⇒ "VolumeReadOpsPerSecond", ...
Returns the value of attribute name.
168 169 170 |
# File 'sig/types.rbs', line 168 def name @name end |
#statistic ⇒ "Maximum", "Average"
Returns the value of attribute statistic.
169 170 171 |
# File 'sig/types.rbs', line 169 def statistic @statistic end |
#value ⇒ ::Float
Returns the value of attribute value.
170 171 172 |
# File 'sig/types.rbs', line 170 def value @value end |