libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline
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.DataPipeline.Types.ParameterAttribute

Description

 
Synopsis

Documentation

data ParameterAttribute Source #

The attributes allowed or specified with a parameter object.

See: newParameterAttribute smart constructor.

Constructors

ParameterAttribute' 

Fields

Instances

Instances details
Eq ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

Read ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

Show ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

Generic ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

Associated Types

type Rep ParameterAttribute :: Type -> Type #

NFData ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

Methods

rnf :: ParameterAttribute -> () #

Hashable ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

ToJSON ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

FromJSON ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

type Rep ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

type Rep ParameterAttribute = D1 ('MetaData "ParameterAttribute" "Amazonka.DataPipeline.Types.ParameterAttribute" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "ParameterAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "stringValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newParameterAttribute Source #

Create a value of ParameterAttribute 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:key:ParameterAttribute', parameterAttribute_key - The field identifier.

$sel:stringValue:ParameterAttribute', parameterAttribute_stringValue - The field value, expressed as a String.

parameterAttribute_stringValue :: Lens' ParameterAttribute Text Source #

The field value, expressed as a String.