Method: Aws::QuickSight::Types::WhatIfRangeScenario#value
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#value ⇒ Float
The target value that you want to meet for the provided date range.
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 |