Class: Aws::Types::LoadForecast

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metric_specificationTypes::PredictiveScalingMetricSpecification

Returns the value of attribute metric_specification.



1018
1019
1020
# File 'sig/types.rbs', line 1018

def metric_specification
  @metric_specification
end

#timestamps::Array[::Time]

Returns the value of attribute timestamps.

Returns:

  • (::Array[::Time])


1016
1017
1018
# File 'sig/types.rbs', line 1016

def timestamps
  @timestamps
end

#values::Array[::Float]

Returns the value of attribute values.

Returns:

  • (::Array[::Float])


1017
1018
1019
# File 'sig/types.rbs', line 1017

def values
  @values
end