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.TopBottomMoversComputation

Description

 
Synopsis

Documentation

data TopBottomMoversComputation Source #

The top movers and bottom movers computation setup.

See: newTopBottomMoversComputation smart constructor.

Constructors

TopBottomMoversComputation' 

Fields

Instances

Instances details
FromJSON TopBottomMoversComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomMoversComputation

ToJSON TopBottomMoversComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomMoversComputation

Generic TopBottomMoversComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomMoversComputation

Associated Types

type Rep TopBottomMoversComputation :: Type -> Type #

Show TopBottomMoversComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomMoversComputation

NFData TopBottomMoversComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomMoversComputation

Eq TopBottomMoversComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomMoversComputation

Hashable TopBottomMoversComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomMoversComputation

type Rep TopBottomMoversComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomMoversComputation

newTopBottomMoversComputation Source #

Create a value of TopBottomMoversComputation 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:moverSize:TopBottomMoversComputation', topBottomMoversComputation_moverSize - The mover size setup of the top and bottom movers computation.

$sel:name:TopBottomMoversComputation', topBottomMoversComputation_name - The name of a computation.

$sel:sortOrder:TopBottomMoversComputation', topBottomMoversComputation_sortOrder - The sort order setup of the top and bottom movers computation.

$sel:value:TopBottomMoversComputation', topBottomMoversComputation_value - The value field that is used in a computation.

$sel:computationId:TopBottomMoversComputation', topBottomMoversComputation_computationId - The ID for a computation.

$sel:time:TopBottomMoversComputation', topBottomMoversComputation_time - The time field that is used in a computation.

$sel:category:TopBottomMoversComputation', topBottomMoversComputation_category - The category field that is used in a computation.

$sel:type':TopBottomMoversComputation', topBottomMoversComputation_type - The computation type. Choose from the following options:

  • TOP: Top movers computation.
  • BOTTOM: Bottom movers computation.

topBottomMoversComputation_moverSize :: Lens' TopBottomMoversComputation (Maybe Natural) Source #

The mover size setup of the top and bottom movers computation.

topBottomMoversComputation_sortOrder :: Lens' TopBottomMoversComputation (Maybe TopBottomSortOrder) Source #

The sort order setup of the top and bottom movers computation.

topBottomMoversComputation_type :: Lens' TopBottomMoversComputation TopBottomComputationType Source #

The computation type. Choose from the following options:

  • TOP: Top movers computation.
  • BOTTOM: Bottom movers computation.