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.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def metric @metric end |
#stat ⇒ ::String
Returns the value of attribute stat.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def stat @stat end |
#unit ⇒ ::String
Returns the value of attribute unit.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def unit @unit end |