| 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.Glue.Types.OtherMetadataValueListItem
Description
Synopsis
Documentation
data OtherMetadataValueListItem Source #
A structure containing other metadata for a schema version belonging to the same metadata key.
See: newOtherMetadataValueListItem smart constructor.
Constructors
| OtherMetadataValueListItem' | |
Fields
| |
Instances
newOtherMetadataValueListItem :: OtherMetadataValueListItem Source #
Create a value of OtherMetadataValueListItem 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:createdTime:OtherMetadataValueListItem', otherMetadataValueListItem_createdTime - The time at which the entry was created.
$sel:metadataValue:OtherMetadataValueListItem', otherMetadataValueListItem_metadataValue - The metadata key’s corresponding value for the other metadata belonging
to the same metadata key.
otherMetadataValueListItem_createdTime :: Lens' OtherMetadataValueListItem (Maybe Text) Source #
The time at which the entry was created.
otherMetadataValueListItem_metadataValue :: Lens' OtherMetadataValueListItem (Maybe Text) Source #
The metadata key’s corresponding value for the other metadata belonging to the same metadata key.