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

Description

 
Synopsis

Documentation

data UnaggregatedField Source #

The unaggregated field for a table.

See: newUnaggregatedField smart constructor.

Constructors

UnaggregatedField' 

Fields

Instances

Instances details
FromJSON UnaggregatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UnaggregatedField

ToJSON UnaggregatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UnaggregatedField

Generic UnaggregatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UnaggregatedField

Associated Types

type Rep UnaggregatedField :: Type -> Type #

Show UnaggregatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UnaggregatedField

NFData UnaggregatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UnaggregatedField

Methods

rnf :: UnaggregatedField -> () #

Eq UnaggregatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UnaggregatedField

Hashable UnaggregatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UnaggregatedField

type Rep UnaggregatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UnaggregatedField

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

newUnaggregatedField Source #

Create a value of UnaggregatedField 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:formatConfiguration:UnaggregatedField', unaggregatedField_formatConfiguration - The format configuration of the field.

$sel:fieldId:UnaggregatedField', unaggregatedField_fieldId - The custom field ID.

$sel:column:UnaggregatedField', unaggregatedField_column - The column that is used in the UnaggregatedField.

unaggregatedField_column :: Lens' UnaggregatedField ColumnIdentifier Source #

The column that is used in the UnaggregatedField.