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

Description

 
Synopsis

Documentation

data PercentileAggregation Source #

An aggregation based on the percentile of values in a dimension or measure.

See: newPercentileAggregation smart constructor.

Constructors

PercentileAggregation' 

Fields

  • percentileValue :: Maybe Double

    The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

Instances

Instances details
FromJSON PercentileAggregation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentileAggregation

ToJSON PercentileAggregation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentileAggregation

Generic PercentileAggregation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentileAggregation

Associated Types

type Rep PercentileAggregation :: Type -> Type #

Read PercentileAggregation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentileAggregation

Show PercentileAggregation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentileAggregation

NFData PercentileAggregation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentileAggregation

Methods

rnf :: PercentileAggregation -> () #

Eq PercentileAggregation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentileAggregation

Hashable PercentileAggregation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentileAggregation

type Rep PercentileAggregation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentileAggregation

type Rep PercentileAggregation = D1 ('MetaData "PercentileAggregation" "Amazonka.QuickSight.Types.PercentileAggregation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PercentileAggregation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "percentileValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newPercentileAggregation :: PercentileAggregation Source #

Create a value of PercentileAggregation 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:percentileValue:PercentileAggregation', percentileAggregation_percentileValue - The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

percentileAggregation_percentileValue :: Lens' PercentileAggregation (Maybe Double) Source #

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.