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.
-
#return_data ⇒ Boolean
Returns the value of attribute return_data.
Instance Attribute Details
#expression ⇒ ::String
Returns the value of attribute expression.
447 448 449 |
# File 'sig/types.rbs', line 447 def expression @expression end |
#id ⇒ ::String
Returns the value of attribute id.
448 449 450 |
# File 'sig/types.rbs', line 448 def id @id end |
#label ⇒ ::String
Returns the value of attribute label.
449 450 451 |
# File 'sig/types.rbs', line 449 def label @label end |
#metric_stat ⇒ Types::TargetTrackingMetricStat
Returns the value of attribute metric_stat.
450 451 452 |
# File 'sig/types.rbs', line 450 def metric_stat @metric_stat end |
#return_data ⇒ Boolean
Returns the value of attribute return_data.
451 452 453 |
# File 'sig/types.rbs', line 451 def return_data @return_data end |