amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.TopBottomRankedComputation

Description

 
Synopsis

Documentation

data TopBottomRankedComputation Source #

The top ranked and bottom ranked computation configuration.

See: newTopBottomRankedComputation smart constructor.

Constructors

TopBottomRankedComputation' 

Fields

Instances

Instances details
FromJSON TopBottomRankedComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomRankedComputation

ToJSON TopBottomRankedComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomRankedComputation

Generic TopBottomRankedComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomRankedComputation

Associated Types

type Rep TopBottomRankedComputation :: Type -> Type #

Show TopBottomRankedComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomRankedComputation

NFData TopBottomRankedComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomRankedComputation

Eq TopBottomRankedComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomRankedComputation

Hashable TopBottomRankedComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomRankedComputation

type Rep TopBottomRankedComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomRankedComputation

type Rep TopBottomRankedComputation = D1 ('MetaData "TopBottomRankedComputation" "Amazonka.QuickSight.Types.TopBottomRankedComputation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TopBottomRankedComputation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resultSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MeasureField)))) :*: (S1 ('MetaSel ('Just "computationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DimensionField) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TopBottomComputationType)))))

newTopBottomRankedComputation Source #

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_resultSize :: Lens' TopBottomRankedComputation (Maybe Natural) Source #

The result size of a top and bottom ranked 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.