Class: Aws::Types::ForecastScenario
- Inherits:
-
Object
- Object
- Aws::Types::ForecastScenario
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#what_if_point_scenario ⇒ Types::WhatIfPointScenario
Returns the value of attribute what_if_point_scenario.
-
#what_if_range_scenario ⇒ Types::WhatIfRangeScenario
Returns the value of attribute what_if_range_scenario.
Instance Attribute Details
#what_if_point_scenario ⇒ Types::WhatIfPointScenario
Returns the value of attribute what_if_point_scenario.
5820 5821 5822 |
# File 'sig/types.rbs', line 5820 def what_if_point_scenario @what_if_point_scenario end |
#what_if_range_scenario ⇒ Types::WhatIfRangeScenario
Returns the value of attribute what_if_range_scenario.
5821 5822 5823 |
# File 'sig/types.rbs', line 5821 def what_if_range_scenario @what_if_range_scenario end |