Class: Aws::Types::PredictiveScalingMetricDataQuery
- Inherits:
-
Object
- Object
- Aws::Types::PredictiveScalingMetricDataQuery
- 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::PredictiveScalingMetricStat
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.
226 227 228 |
# File 'sig/types.rbs', line 226 def expression @expression end |
#id ⇒ ::String
Returns the value of attribute id.
225 226 227 |
# File 'sig/types.rbs', line 225 def id @id end |
#label ⇒ ::String
Returns the value of attribute label.
228 229 230 |
# File 'sig/types.rbs', line 228 def label @label end |
#metric_stat ⇒ Types::PredictiveScalingMetricStat
Returns the value of attribute metric_stat.
227 228 229 |
# File 'sig/types.rbs', line 227 def metric_stat @metric_stat end |
#return_data ⇒ Boolean
Returns the value of attribute return_data.
229 230 231 |
# File 'sig/types.rbs', line 229 def return_data @return_data end |