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.TagDescription

Description

 
Synopsis

Documentation

data TagDescription Source #

The tags associated with a load balancer.

See: newTagDescription smart constructor.

Constructors

TagDescription' 

Fields

Instances

Instances details
Eq TagDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.TagDescription

Read TagDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.TagDescription

Show TagDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.TagDescription

Generic TagDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.TagDescription

Associated Types

type Rep TagDescription :: Type -> Type #

NFData TagDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.TagDescription

Methods

rnf :: TagDescription -> () #

Hashable TagDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.TagDescription

FromXML TagDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.TagDescription

type Rep TagDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.TagDescription

type Rep TagDescription = D1 ('MetaData "TagDescription" "Amazonka.ELB.Types.TagDescription" "libZSservicesZSamazonka-elbZSamazonka-elb" 'False) (C1 ('MetaCons "TagDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "loadBalancerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag)))))

newTagDescription :: TagDescription Source #

Create a value of TagDescription 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:loadBalancerName:TagDescription', tagDescription_loadBalancerName - The name of the load balancer.

$sel:tags:TagDescription', tagDescription_tags - The tags.