Class: Aws::Types::LoadForecast
- Inherits:
-
Object
- Object
- Aws::Types::LoadForecast
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_specification ⇒ Types::PredictiveScalingMetricSpecification
Returns the value of attribute metric_specification.
-
#timestamps ⇒ ::Array[::Time]
Returns the value of attribute timestamps.
-
#values ⇒ ::Array[::Float]
Returns the value of attribute values.
Instance Attribute Details
#metric_specification ⇒ Types::PredictiveScalingMetricSpecification
Returns the value of attribute metric_specification.
183 184 185 |
# File 'sig/types.rbs', line 183 def metric_specification @metric_specification end |
#timestamps ⇒ ::Array[::Time]
Returns the value of attribute timestamps.
181 182 183 |
# File 'sig/types.rbs', line 181 def end |
#values ⇒ ::Array[::Float]
Returns the value of attribute values.
182 183 184 |
# File 'sig/types.rbs', line 182 def values @values end |