| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ELBV2.Types.TagDescription
Description
Synopsis
Documentation
data TagDescription Source #
The tags associated with a resource.
See: newTagDescription smart constructor.
Constructors
| TagDescription' | |
Instances
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.