| 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.DataSync.Types.TagListEntry
Description
Synopsis
Documentation
data TagListEntry Source #
A key-value pair representing a single tag that's been applied to an Amazon Web Services resource.
See: newTagListEntry smart constructor.
Constructors
| TagListEntry' | |
Instances
Arguments
| :: Text | |
| -> TagListEntry |
Create a value of TagListEntry 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:value:TagListEntry', tagListEntry_value - The value for an Amazon Web Services resource tag.
$sel:key:TagListEntry', tagListEntry_key - The key for an Amazon Web Services resource tag.
tagListEntry_value :: Lens' TagListEntry (Maybe Text) Source #
The value for an Amazon Web Services resource tag.
tagListEntry_key :: Lens' TagListEntry Text Source #
The key for an Amazon Web Services resource tag.