libZSservicesZSamazonka-glueZSamazonka-glue
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.Glue.Types.PartitionValueList

Description

 
Synopsis

Documentation

data PartitionValueList Source #

Contains a list of values defining partitions.

See: newPartitionValueList smart constructor.

Constructors

PartitionValueList' 

Fields

Instances

Instances details
Eq PartitionValueList Source # 
Instance details

Defined in Amazonka.Glue.Types.PartitionValueList

Read PartitionValueList Source # 
Instance details

Defined in Amazonka.Glue.Types.PartitionValueList

Show PartitionValueList Source # 
Instance details

Defined in Amazonka.Glue.Types.PartitionValueList

Generic PartitionValueList Source # 
Instance details

Defined in Amazonka.Glue.Types.PartitionValueList

Associated Types

type Rep PartitionValueList :: Type -> Type #

NFData PartitionValueList Source # 
Instance details

Defined in Amazonka.Glue.Types.PartitionValueList

Methods

rnf :: PartitionValueList -> () #

Hashable PartitionValueList Source # 
Instance details

Defined in Amazonka.Glue.Types.PartitionValueList

ToJSON PartitionValueList Source # 
Instance details

Defined in Amazonka.Glue.Types.PartitionValueList

FromJSON PartitionValueList Source # 
Instance details

Defined in Amazonka.Glue.Types.PartitionValueList

type Rep PartitionValueList Source # 
Instance details

Defined in Amazonka.Glue.Types.PartitionValueList

type Rep PartitionValueList = D1 ('MetaData "PartitionValueList" "Amazonka.Glue.Types.PartitionValueList" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "PartitionValueList'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newPartitionValueList :: PartitionValueList Source #

Create a value of PartitionValueList 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:values:PartitionValueList', partitionValueList_values - The list of values.