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.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def metric @metric end |
#period ⇒ ::Integer
Returns the value of attribute period.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def period @period end |
#stat ⇒ ::String
Returns the value of attribute stat.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def stat @stat end |
#unit ⇒ ::String
Returns the value of attribute unit.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def unit @unit end |