Class: Aws::QuickSight::Types::ForecastConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ForecastConfiguration
- 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
-
#forecast_properties ⇒ Types::TimeBasedForecastProperties
The forecast properties setup of a forecast in the line chart.
-
#scenario ⇒ Types::ForecastScenario
The forecast scenario of a forecast in the line chart.
Instance Attribute Details
#forecast_properties ⇒ Types::TimeBasedForecastProperties
The forecast properties setup of a forecast in the line chart.
16613 16614 16615 16616 16617 16618 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16613 class ForecastConfiguration < Struct.new( :forecast_properties, :scenario) SENSITIVE = [] include Aws::Structure end |
#scenario ⇒ Types::ForecastScenario
The forecast scenario of a forecast in the line chart.
16613 16614 16615 16616 16617 16618 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16613 class ForecastConfiguration < Struct.new( :forecast_properties, :scenario) SENSITIVE = [] include Aws::Structure end |