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.
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#stat ⇒ ::String
Returns the value of attribute stat.
-
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
Instance Attribute Details
#metric ⇒ Types::Metric
Returns the value of attribute metric.
828 829 830 |
# File 'sig/types.rbs', line 828 def metric @metric end |
#period ⇒ ::Integer
Returns the value of attribute period.
829 830 831 |
# File 'sig/types.rbs', line 829 def period @period end |
#stat ⇒ ::String
Returns the value of attribute stat.
830 831 832 |
# File 'sig/types.rbs', line 830 def stat @stat end |
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
831 832 833 |
# File 'sig/types.rbs', line 831 def unit @unit end |