Class: Aws::Types::ResponseResourceMetric
- Inherits:
-
Object
- Object
- Aws::Types::ResponseResourceMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#metric ⇒ ::String
Returns the value of attribute metric.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
338 339 340 |
# File 'sig/types.rbs', line 338 def description @description end |
#metric ⇒ ::String
Returns the value of attribute metric.
337 338 339 |
# File 'sig/types.rbs', line 337 def metric @metric end |
#unit ⇒ ::String
Returns the value of attribute unit.
339 340 341 |
# File 'sig/types.rbs', line 339 def unit @unit end |