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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



16799
16800
16801
16802
16803
16804
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16799

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.



16799
16800
16801
16802
16803
16804
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16799

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