libZSservicesZSamazonka-redshiftZSamazonka-redshift
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.Redshift.Types.AttributeValueTarget

Description

 
Synopsis

Documentation

data AttributeValueTarget Source #

Describes an attribute value.

See: newAttributeValueTarget smart constructor.

Constructors

AttributeValueTarget' 

Fields

Instances

Instances details
Eq AttributeValueTarget Source # 
Instance details

Defined in Amazonka.Redshift.Types.AttributeValueTarget

Read AttributeValueTarget Source # 
Instance details

Defined in Amazonka.Redshift.Types.AttributeValueTarget

Show AttributeValueTarget Source # 
Instance details

Defined in Amazonka.Redshift.Types.AttributeValueTarget

Generic AttributeValueTarget Source # 
Instance details

Defined in Amazonka.Redshift.Types.AttributeValueTarget

Associated Types

type Rep AttributeValueTarget :: Type -> Type #

NFData AttributeValueTarget Source # 
Instance details

Defined in Amazonka.Redshift.Types.AttributeValueTarget

Methods

rnf :: AttributeValueTarget -> () #

Hashable AttributeValueTarget Source # 
Instance details

Defined in Amazonka.Redshift.Types.AttributeValueTarget

FromXML AttributeValueTarget Source # 
Instance details

Defined in Amazonka.Redshift.Types.AttributeValueTarget

type Rep AttributeValueTarget Source # 
Instance details

Defined in Amazonka.Redshift.Types.AttributeValueTarget

type Rep AttributeValueTarget = D1 ('MetaData "AttributeValueTarget" "Amazonka.Redshift.Types.AttributeValueTarget" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "AttributeValueTarget'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAttributeValueTarget :: AttributeValueTarget Source #

Create a value of AttributeValueTarget 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:attributeValue:AttributeValueTarget', attributeValueTarget_attributeValue - The value of the attribute.