libZSservicesZSamazonka-elbZSamazonka-elb
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.ELB.Types.TagKeyOnly

Description

 
Synopsis

Documentation

data TagKeyOnly Source #

The key of a tag.

See: newTagKeyOnly smart constructor.

Constructors

TagKeyOnly' 

Fields

Instances

Instances details
Eq TagKeyOnly Source # 
Instance details

Defined in Amazonka.ELB.Types.TagKeyOnly

Read TagKeyOnly Source # 
Instance details

Defined in Amazonka.ELB.Types.TagKeyOnly

Show TagKeyOnly Source # 
Instance details

Defined in Amazonka.ELB.Types.TagKeyOnly

Generic TagKeyOnly Source # 
Instance details

Defined in Amazonka.ELB.Types.TagKeyOnly

Associated Types

type Rep TagKeyOnly :: Type -> Type #

NFData TagKeyOnly Source # 
Instance details

Defined in Amazonka.ELB.Types.TagKeyOnly

Methods

rnf :: TagKeyOnly -> () #

Hashable TagKeyOnly Source # 
Instance details

Defined in Amazonka.ELB.Types.TagKeyOnly

ToQuery TagKeyOnly Source # 
Instance details

Defined in Amazonka.ELB.Types.TagKeyOnly

type Rep TagKeyOnly Source # 
Instance details

Defined in Amazonka.ELB.Types.TagKeyOnly

type Rep TagKeyOnly = D1 ('MetaData "TagKeyOnly" "Amazonka.ELB.Types.TagKeyOnly" "libZSservicesZSamazonka-elbZSamazonka-elb" 'False) (C1 ('MetaCons "TagKeyOnly'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTagKeyOnly :: TagKeyOnly Source #

Create a value of TagKeyOnly 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:TagKeyOnly', tagKeyOnly_key - The name of the key.

tagKeyOnly_key :: Lens' TagKeyOnly (Maybe Text) Source #

The name of the key.