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.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def metric @metric end |
#stat ⇒ ::String
Returns the value of attribute stat.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def stat @stat end |
#unit ⇒ ::String
Returns the value of attribute unit.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def unit @unit end |