Class: Aws::QuickSight::Types::ForecastScenario
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ForecastScenario
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The forecast scenario of a forecast in the line chart.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#what_if_point_scenario ⇒ Types::WhatIfPointScenario
The what-if analysis forecast setup with the target date.
-
#what_if_range_scenario ⇒ Types::WhatIfRangeScenario
The what-if analysis forecast setup with the date range.
Instance Attribute Details
#what_if_point_scenario ⇒ Types::WhatIfPointScenario
The what-if analysis forecast setup with the target date.
16545 16546 16547 16548 16549 16550 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16545 class ForecastScenario < Struct.new( :what_if_point_scenario, :what_if_range_scenario) SENSITIVE = [] include Aws::Structure end |
#what_if_range_scenario ⇒ Types::WhatIfRangeScenario
The what-if analysis forecast setup with the date range.
16545 16546 16547 16548 16549 16550 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16545 class ForecastScenario < Struct.new( :what_if_point_scenario, :what_if_range_scenario) SENSITIVE = [] include Aws::Structure end |