Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.QuickSight.Types.WhatIfPointScenario
Description
Documentation
data WhatIfPointScenario Source #
Provides the forecast to meet the target for a particular date.
See: newWhatIfPointScenario
smart constructor.
Constructors
WhatIfPointScenario' | |
Instances
newWhatIfPointScenario Source #
Arguments
:: UTCTime | |
-> Double | |
-> WhatIfPointScenario |
Create a value of WhatIfPointScenario
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:date:WhatIfPointScenario'
, whatIfPointScenario_date
- The date that you need the forecast results for.
$sel:value:WhatIfPointScenario'
, whatIfPointScenario_value
- The target value that you want to meet for the provided date.
whatIfPointScenario_date :: Lens' WhatIfPointScenario UTCTime Source #
The date that you need the forecast results for.
whatIfPointScenario_value :: Lens' WhatIfPointScenario Double Source #
The target value that you want to meet for the provided date.