libZSservicesZSamazonka-elbv2ZSamazonka-elbv2
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.ELBV2.Types.TagDescription

Description

 
Synopsis

Documentation

data TagDescription Source #

The tags associated with a resource.

See: newTagDescription smart constructor.

Constructors

TagDescription' 

Fields

Instances

Instances details
Eq TagDescription Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TagDescription

Read TagDescription Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TagDescription

Show TagDescription Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TagDescription

Generic TagDescription Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TagDescription

Associated Types

type Rep TagDescription :: Type -> Type #

NFData TagDescription Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TagDescription

Methods

rnf :: TagDescription -> () #

Hashable TagDescription Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TagDescription

FromXML TagDescription Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TagDescription

type Rep TagDescription Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TagDescription

type Rep TagDescription = D1 ('MetaData "TagDescription" "Amazonka.ELBV2.Types.TagDescription" "libZSservicesZSamazonka-elbv2ZSamazonka-elbv2" 'False) (C1 ('MetaCons "TagDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") '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:resourceArn:TagDescription', tagDescription_resourceArn - The Amazon Resource Name (ARN) of the resource.

$sel:tags:TagDescription', tagDescription_tags - Information about the tags.

tagDescription_resourceArn :: Lens' TagDescription (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

tagDescription_tags :: Lens' TagDescription (Maybe (NonEmpty Tag)) Source #

Information about the tags.