Class: Aws::Types::TargetTrackingMetricStat
- Inherits:
-
Object
- Object
- Aws::Types::TargetTrackingMetricStat
- 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 ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#metric ⇒ Types::Metric
Returns the value of attribute metric.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def metric @metric end |
#period ⇒ ::Integer
Returns the value of attribute period.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def period @period end |
#stat ⇒ ::String
Returns the value of attribute stat.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def stat @stat end |
#unit ⇒ ::String
Returns the value of attribute unit.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def unit @unit end |