Class: Aws::Types::ForecastResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mean_value::String

Returns the value of attribute mean_value.

Returns:

  • (::String)


472
473
474
# File 'sig/types.rbs', line 472

def mean_value
  @mean_value
end

#prediction_interval_lower_bound::String

Returns the value of attribute prediction_interval_lower_bound.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def prediction_interval_lower_bound
  @prediction_interval_lower_bound
end

#prediction_interval_upper_bound::String

Returns the value of attribute prediction_interval_upper_bound.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def prediction_interval_upper_bound
  @prediction_interval_upper_bound
end

#time_periodTypes::DateInterval

Returns the value of attribute time_period.

Returns:



471
472
473
# File 'sig/types.rbs', line 471

def time_period
  @time_period
end