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.
35489 35490 35491 35492 35493 35494 35495 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35489 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.
35489 35490 35491 35492 35493 35494 35495 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35489 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.
35489 35490 35491 35492 35493 35494 35495 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35489 class WhatIfRangeScenario < Struct.new( :start_date, :end_date, :value) SENSITIVE = [] include Aws::Structure end |