Class: Aws::QuickSight::Types::WhatIfPointScenario

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dateTime

The date that you need the forecast results for.

Returns:

  • (Time)


33662
33663
33664
33665
33666
33667
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33662

class WhatIfPointScenario < Struct.new(
  :date,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueFloat

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

Returns:

  • (Float)


33662
33663
33664
33665
33666
33667
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33662

class WhatIfPointScenario < Struct.new(
  :date,
  :value)
  SENSITIVE = []
  include Aws::Structure
end