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.
2031 2032 2033 |
# File 'sig/types.rbs', line 2031 def metric_id @metric_id end |
#name ⇒ "AGENTS_ONLINE", ...
Returns the value of attribute name.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def name @name end |
#unit ⇒ "SECONDS", ...
Returns the value of attribute unit.
2032 2033 2034 |
# File 'sig/types.rbs', line 2032 def unit @unit end |