| 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.MetadataInfo
Description
Documentation
data MetadataInfo Source #
A structure containing metadata information for a schema version.
See: newMetadataInfo smart constructor.
Constructors
| MetadataInfo' | |
Fields
| |
Instances
newMetadataInfo :: MetadataInfo Source #
Create a value of MetadataInfo 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:
MetadataInfo, metadataInfo_createdTime - The time at which the entry was created.
MetadataInfo, metadataInfo_metadataValue - The metadata key’s corresponding value.
$sel:otherMetadataValueList:MetadataInfo', metadataInfo_otherMetadataValueList - Other metadata belonging to the same metadata key.
metadataInfo_createdTime :: Lens' MetadataInfo (Maybe Text) Source #
The time at which the entry was created.
metadataInfo_metadataValue :: Lens' MetadataInfo (Maybe Text) Source #
The metadata key’s corresponding value.
metadataInfo_otherMetadataValueList :: Lens' MetadataInfo (Maybe [OtherMetadataValueListItem]) Source #
Other metadata belonging to the same metadata key.