libZSservicesZSamazonka-forecastZSamazonka-forecast
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.Forecast.Types.SchemaAttribute

Description

 
Synopsis

Documentation

data SchemaAttribute Source #

An attribute of a schema, which defines a dataset field. A schema attribute is required for every field in a dataset. The Schema object contains an array of SchemaAttribute objects.

See: newSchemaAttribute smart constructor.

Constructors

SchemaAttribute' 

Fields

Instances

Instances details
Eq SchemaAttribute Source # 
Instance details

Defined in Amazonka.Forecast.Types.SchemaAttribute

Read SchemaAttribute Source # 
Instance details

Defined in Amazonka.Forecast.Types.SchemaAttribute

Show SchemaAttribute Source # 
Instance details

Defined in Amazonka.Forecast.Types.SchemaAttribute

Generic SchemaAttribute Source # 
Instance details

Defined in Amazonka.Forecast.Types.SchemaAttribute

Associated Types

type Rep SchemaAttribute :: Type -> Type #

NFData SchemaAttribute Source # 
Instance details

Defined in Amazonka.Forecast.Types.SchemaAttribute

Methods

rnf :: SchemaAttribute -> () #

Hashable SchemaAttribute Source # 
Instance details

Defined in Amazonka.Forecast.Types.SchemaAttribute

ToJSON SchemaAttribute Source # 
Instance details

Defined in Amazonka.Forecast.Types.SchemaAttribute

FromJSON SchemaAttribute Source # 
Instance details

Defined in Amazonka.Forecast.Types.SchemaAttribute

type Rep SchemaAttribute Source # 
Instance details

Defined in Amazonka.Forecast.Types.SchemaAttribute

type Rep SchemaAttribute = D1 ('MetaData "SchemaAttribute" "Amazonka.Forecast.Types.SchemaAttribute" "libZSservicesZSamazonka-forecastZSamazonka-forecast" 'False) (C1 ('MetaCons "SchemaAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AttributeType)) :*: S1 ('MetaSel ('Just "attributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSchemaAttribute :: SchemaAttribute Source #

Create a value of SchemaAttribute 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:attributeType:SchemaAttribute', schemaAttribute_attributeType - The data type of the field.

$sel:attributeName:SchemaAttribute', schemaAttribute_attributeName - The name of the dataset field.