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.



15011
15012
15013
15014
15015
15016
# File 'lib/aws-sdk-quicksight/types.rb', line 15011

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.



15011
15012
15013
15014
15015
15016
# File 'lib/aws-sdk-quicksight/types.rb', line 15011

class ForecastScenario < Struct.new(
  :what_if_point_scenario,
  :what_if_range_scenario)
  SENSITIVE = []
  include Aws::Structure
end