Class: Aws::Types::ForecastResult
- Inherits:
-
Object
- Object
- Aws::Types::ForecastResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mean_value ⇒ ::String
Returns the value of attribute mean_value.
-
#prediction_interval_lower_bound ⇒ ::String
Returns the value of attribute prediction_interval_lower_bound.
-
#prediction_interval_upper_bound ⇒ ::String
Returns the value of attribute prediction_interval_upper_bound.
-
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
Instance Attribute Details
#mean_value ⇒ ::String
Returns the value of attribute mean_value.
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.
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.
474 475 476 |
# File 'sig/types.rbs', line 474 def prediction_interval_upper_bound @prediction_interval_upper_bound end |
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
471 472 473 |
# File 'sig/types.rbs', line 471 def time_period @time_period end |