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

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dateTime

The date that you need the forecast results for.

Returns:

  • (Time)


34283
34284
34285
34286
34287
34288
# File 'lib/aws-sdk-quicksight/types.rb', line 34283

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)


34283
34284
34285
34286
34287
34288
# File 'lib/aws-sdk-quicksight/types.rb', line 34283

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