Class: Aws::QuickSight::Types::ForecastScenario

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#what_if_point_scenarioTypes::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_scenarioTypes::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