Method: Aws::QuickSight::Types::WhatIfRangeScenario#start_date
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#start_date ⇒ Time
The start date in the date range that you need the forecast results for.
39130 39131 39132 39133 39134 39135 39136 |
# File 'lib/aws-sdk-quicksight/types.rb', line 39130 class WhatIfRangeScenario < Struct.new( :start_date, :end_date, :value) SENSITIVE = [] include Aws::Structure end |