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.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def expression @expression end |
#id ⇒ ::String
Returns the value of attribute id.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def id @id end |
#label ⇒ ::String
Returns the value of attribute label.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def label @label end |
#metric_stat ⇒ Types::TargetTrackingMetricStat
Returns the value of attribute metric_stat.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def metric_stat @metric_stat end |
#period ⇒ ::Integer
Returns the value of attribute period.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def period @period end |
#return_data ⇒ Boolean
Returns the value of attribute return_data.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def return_data @return_data end |