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.TopBottomRankedComputation
Description
Synopsis
- data TopBottomRankedComputation = TopBottomRankedComputation' {}
- newTopBottomRankedComputation :: Text -> DimensionField -> TopBottomComputationType -> TopBottomRankedComputation
- topBottomRankedComputation_name :: Lens' TopBottomRankedComputation (Maybe Text)
- topBottomRankedComputation_resultSize :: Lens' TopBottomRankedComputation (Maybe Natural)
- topBottomRankedComputation_value :: Lens' TopBottomRankedComputation (Maybe MeasureField)
- topBottomRankedComputation_computationId :: Lens' TopBottomRankedComputation Text
- topBottomRankedComputation_category :: Lens' TopBottomRankedComputation DimensionField
- topBottomRankedComputation_type :: Lens' TopBottomRankedComputation TopBottomComputationType
Documentation
data TopBottomRankedComputation Source #
The top ranked and bottom ranked computation configuration.
See: newTopBottomRankedComputation
smart constructor.
Constructors
TopBottomRankedComputation' | |
Fields
|
Instances
newTopBottomRankedComputation Source #
Arguments
:: Text | |
-> DimensionField | |
-> TopBottomComputationType | |
-> TopBottomRankedComputation |
Create a value of TopBottomRankedComputation
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:name:TopBottomRankedComputation'
, topBottomRankedComputation_name
- The name of a computation.
$sel:resultSize:TopBottomRankedComputation'
, topBottomRankedComputation_resultSize
- The result size of a top and bottom ranked computation.
$sel:value:TopBottomRankedComputation'
, topBottomRankedComputation_value
- The value field that is used in a computation.
$sel:computationId:TopBottomRankedComputation'
, topBottomRankedComputation_computationId
- The ID for a computation.
$sel:category:TopBottomRankedComputation'
, topBottomRankedComputation_category
- The category field that is used in a computation.
$sel:type':TopBottomRankedComputation'
, topBottomRankedComputation_type
- The computation type. Choose one of the following options:
- TOP: A top ranked computation.
- BOTTOM: A bottom ranked computation.
topBottomRankedComputation_name :: Lens' TopBottomRankedComputation (Maybe Text) Source #
The name of a computation.
topBottomRankedComputation_resultSize :: Lens' TopBottomRankedComputation (Maybe Natural) Source #
The result size of a top and bottom ranked computation.
topBottomRankedComputation_value :: Lens' TopBottomRankedComputation (Maybe MeasureField) Source #
The value field that is used in a computation.
topBottomRankedComputation_computationId :: Lens' TopBottomRankedComputation Text Source #
The ID for a computation.
topBottomRankedComputation_category :: Lens' TopBottomRankedComputation DimensionField Source #
The category field that is used in a computation.
topBottomRankedComputation_type :: Lens' TopBottomRankedComputation TopBottomComputationType Source #
The computation type. Choose one of the following options:
- TOP: A top ranked computation.
- BOTTOM: A bottom ranked computation.