Class: Aws::Types::CurrentMetric
- Inherits:
-
Object
- Object
- Aws::Types::CurrentMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_id ⇒ ::String
Returns the value of attribute metric_id.
-
#name ⇒ "AGENTS_ONLINE", ...
Returns the value of attribute name.
-
#unit ⇒ "SECONDS", ...
Returns the value of attribute unit.
Instance Attribute Details
#metric_id ⇒ ::String
Returns the value of attribute metric_id.
1977 1978 1979 |
# File 'sig/types.rbs', line 1977 def metric_id @metric_id end |
#name ⇒ "AGENTS_ONLINE", ...
Returns the value of attribute name.
1976 1977 1978 |
# File 'sig/types.rbs', line 1976 def name @name end |
#unit ⇒ "SECONDS", ...
Returns the value of attribute unit.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def unit @unit end |