Class: Aws::Types::ResponseResourceMetricKey
- Inherits:
-
Object
- Object
- Aws::Types::ResponseResourceMetricKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimensions ⇒ ::Hash[::String, ::String]
Returns the value of attribute dimensions.
-
#metric ⇒ ::String
Returns the value of attribute metric.
Instance Attribute Details
#dimensions ⇒ ::Hash[::String, ::String]
Returns the value of attribute dimensions.
345 346 347 |
# File 'sig/types.rbs', line 345 def dimensions @dimensions end |
#metric ⇒ ::String
Returns the value of attribute metric.
344 345 346 |
# File 'sig/types.rbs', line 344 def metric @metric end |