Class: Aws::Types::ForecastConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ForecastConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#forecast_properties ⇒ Types::TimeBasedForecastProperties
Returns the value of attribute forecast_properties.
-
#scenario ⇒ Types::ForecastScenario
Returns the value of attribute scenario.
Instance Attribute Details
#forecast_properties ⇒ Types::TimeBasedForecastProperties
Returns the value of attribute forecast_properties.
6080 6081 6082 |
# File 'sig/types.rbs', line 6080 def forecast_properties @forecast_properties end |
#scenario ⇒ Types::ForecastScenario
Returns the value of attribute scenario.
6081 6082 6083 |
# File 'sig/types.rbs', line 6081 def scenario @scenario end |