Class: Aws::Types::MetricValue
- Inherits:
-
Object
- Object
- Aws::Types::MetricValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::String
Returns the value of attribute amount.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#amount ⇒ ::String
Returns the value of attribute amount.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def amount @amount end |
#unit ⇒ ::String
Returns the value of attribute unit.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def unit @unit end |