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.
5814 5815 5816 |
# File 'sig/types.rbs', line 5814 def forecast_properties @forecast_properties end |
#scenario ⇒ Types::ForecastScenario
Returns the value of attribute scenario.
5815 5816 5817 |
# File 'sig/types.rbs', line 5815 def scenario @scenario end |