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.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def metric_specification @metric_specification end |
#timestamps ⇒ ::Array[::Time]
Returns the value of attribute timestamps.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def @timestamps end |
#values ⇒ ::Array[::Float]
Returns the value of attribute values.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def values @values end |