Class: Aws::Types::TargetTrackingMetricDataQuery
- Inherits:
-
Object
- Object
- Aws::Types::TargetTrackingMetricDataQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#label ⇒ ::String
Returns the value of attribute label.
-
#metric_stat ⇒ Types::TargetTrackingMetricStat
Returns the value of attribute metric_stat.
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#return_data ⇒ Boolean
Returns the value of attribute return_data.
Instance Attribute Details
#expression ⇒ ::String
Returns the value of attribute expression.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def expression @expression end |
#id ⇒ ::String
Returns the value of attribute id.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def id @id end |
#label ⇒ ::String
Returns the value of attribute label.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def label @label end |
#metric_stat ⇒ Types::TargetTrackingMetricStat
Returns the value of attribute metric_stat.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def metric_stat @metric_stat end |
#period ⇒ ::Integer
Returns the value of attribute period.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def period @period end |
#return_data ⇒ Boolean
Returns the value of attribute return_data.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def return_data @return_data end |