Class: Aws::QuickSight::Types::WhatIfRangeScenario
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::WhatIfRangeScenario
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Provides the forecast to meet the target for a particular date range.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_date ⇒ Time
The end date in the date range that you need the forecast results for.
-
#start_date ⇒ Time
The start date in the date range that you need the forecast results for.
-
#value ⇒ Float
The target value that you want to meet for the provided date range.
Instance Attribute Details
#end_date ⇒ Time
The end date in the date range that you need the forecast results for.
37022 37023 37024 37025 37026 37027 37028 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37022 class WhatIfRangeScenario < Struct.new( :start_date, :end_date, :value) SENSITIVE = [] include Aws::Structure end |
#start_date ⇒ Time
The start date in the date range that you need the forecast results for.
37022 37023 37024 37025 37026 37027 37028 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37022 class WhatIfRangeScenario < Struct.new( :start_date, :end_date, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The target value that you want to meet for the provided date range.
37022 37023 37024 37025 37026 37027 37028 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37022 class WhatIfRangeScenario < Struct.new( :start_date, :end_date, :value) SENSITIVE = [] include Aws::Structure end |