| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.DataSync.Types.TagListEntry
Description
Synopsis
Documentation
data TagListEntry Source #
Represents a single entry in a list of AWS resource tags. TagListEntry
returns an array that contains a list of tasks when the
ListTagsForResource
operation is called.
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.