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

Description

 
Synopsis

Documentation

data CategoricalMeasureField Source #

The measure type field with categorical type columns.

See: newCategoricalMeasureField smart constructor.

Constructors

CategoricalMeasureField' 

Fields

Instances

Instances details
FromJSON CategoricalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalMeasureField

ToJSON CategoricalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalMeasureField

Generic CategoricalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalMeasureField

Associated Types

type Rep CategoricalMeasureField :: Type -> Type #

Show CategoricalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalMeasureField

NFData CategoricalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalMeasureField

Methods

rnf :: CategoricalMeasureField -> () #

Eq CategoricalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalMeasureField

Hashable CategoricalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalMeasureField

type Rep CategoricalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalMeasureField

type Rep CategoricalMeasureField = D1 ('MetaData "CategoricalMeasureField" "Amazonka.QuickSight.Types.CategoricalMeasureField" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CategoricalMeasureField'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "aggregationFunction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CategoricalAggregationFunction)) :*: S1 ('MetaSel ('Just "formatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StringFormatConfiguration))) :*: (S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "column") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColumnIdentifier))))

newCategoricalMeasureField Source #

Create a value of CategoricalMeasureField 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:aggregationFunction:CategoricalMeasureField', categoricalMeasureField_aggregationFunction - The aggregation function of the measure field.

$sel:formatConfiguration:CategoricalMeasureField', categoricalMeasureField_formatConfiguration - The format configuration of the field.

$sel:fieldId:CategoricalMeasureField', categoricalMeasureField_fieldId - The custom field ID.

$sel:column:CategoricalMeasureField', categoricalMeasureField_column - The column that is used in the CategoricalMeasureField.

categoricalMeasureField_column :: Lens' CategoricalMeasureField ColumnIdentifier Source #

The column that is used in the CategoricalMeasureField.