Class: Aws::QuickSight::Types::ForecastConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The forecast configuration that is used in a line chart’s display properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#forecast_propertiesTypes::TimeBasedForecastProperties

The forecast properties setup of a forecast in the line chart.



15610
15611
15612
15613
15614
15615
# File 'lib/aws-sdk-quicksight/types.rb', line 15610

class ForecastConfiguration < Struct.new(
  :forecast_properties,
  :scenario)
  SENSITIVE = []
  include Aws::Structure
end

#scenarioTypes::ForecastScenario

The forecast scenario of a forecast in the line chart.



15610
15611
15612
15613
15614
15615
# File 'lib/aws-sdk-quicksight/types.rb', line 15610

class ForecastConfiguration < Struct.new(
  :forecast_properties,
  :scenario)
  SENSITIVE = []
  include Aws::Structure
end