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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#end_dateTime

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

Returns:

  • (Time)


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_dateTime

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

Returns:

  • (Time)


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

#valueFloat

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

Returns:

  • (Float)


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