libZSservicesZSamazonka-quicksightZSamazonka-quicksight
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.QuickSight.Types.ColumnSchema

Description

 
Synopsis

Documentation

data ColumnSchema Source #

The column schema.

See: newColumnSchema smart constructor.

Constructors

ColumnSchema' 

Fields

Instances

Instances details
Eq ColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSchema

Read ColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSchema

Show ColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSchema

Generic ColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSchema

Associated Types

type Rep ColumnSchema :: Type -> Type #

NFData ColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSchema

Methods

rnf :: ColumnSchema -> () #

Hashable ColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSchema

FromJSON ColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSchema

type Rep ColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSchema

type Rep ColumnSchema = D1 ('MetaData "ColumnSchema" "Amazonka.QuickSight.Types.ColumnSchema" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "ColumnSchema'" 'PrefixI 'True) (S1 ('MetaSel ('Just "geographicRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newColumnSchema :: ColumnSchema Source #

Create a value of ColumnSchema 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:geographicRole:ColumnSchema', columnSchema_geographicRole - The geographic role of the column schema.

$sel:name:ColumnSchema', columnSchema_name - The name of the column schema.

$sel:dataType:ColumnSchema', columnSchema_dataType - The data type of the column schema.

columnSchema_geographicRole :: Lens' ColumnSchema (Maybe Text) Source #

The geographic role of the column schema.

columnSchema_name :: Lens' ColumnSchema (Maybe Text) Source #

The name of the column schema.

columnSchema_dataType :: Lens' ColumnSchema (Maybe Text) Source #

The data type of the column schema.