Class: Aws::Types::MetricStat
- Inherits:
-
Object
- Object
- Aws::Types::MetricStat
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric ⇒ Types::Metric
Returns the value of attribute metric.
-
#stat ⇒ ::String
Returns the value of attribute stat.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#metric ⇒ Types::Metric
Returns the value of attribute metric.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def metric @metric end |
#stat ⇒ ::String
Returns the value of attribute stat.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def stat @stat end |
#unit ⇒ ::String
Returns the value of attribute unit.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def unit @unit end |