Class: Aws::QuickSight::Types::WhatIfRangeScenario

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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

Instance Attribute Details

#end_dateTime

The end date in the date range that you need the forecast results for.

Returns:

  • (Time)


33916
33917
33918
33919
33920
33921
33922
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33916

class WhatIfRangeScenario < Struct.new(
  :start_date,
  :end_date,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#start_dateTime

The start date in the date range that you need the forecast results for.

Returns:

  • (Time)


33916
33917
33918
33919
33920
33921
33922
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33916

class WhatIfRangeScenario < Struct.new(
  :start_date,
  :end_date,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueFloat

The target value that you want to meet for the provided date range.

Returns:

  • (Float)


33916
33917
33918
33919
33920
33921
33922
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33916

class WhatIfRangeScenario < Struct.new(
  :start_date,
  :end_date,
  :value)
  SENSITIVE = []
  include Aws::Structure
end