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.
2010 2011 2012 |
# File 'sig/types.rbs', line 2010 def metric_id @metric_id end |
#name ⇒ "AGENTS_ONLINE", ...
Returns the value of attribute name.
2009 2010 2011 |
# File 'sig/types.rbs', line 2009 def name @name end |
#unit ⇒ "SECONDS", ...
Returns the value of attribute unit.
2011 2012 2013 |
# File 'sig/types.rbs', line 2011 def unit @unit end |