glue_remove_schema_version_metadata {paws.analytics} | R Documentation |
Removes a key value pair from the schema version metadata for the specified schema version ID
Description
Removes a key value pair from the schema version metadata for the specified schema version ID.
See https://www.paws-r-sdk.com/docs/glue_remove_schema_version_metadata/ for full documentation.
Usage
glue_remove_schema_version_metadata(
SchemaId = NULL,
SchemaVersionNumber = NULL,
SchemaVersionId = NULL,
MetadataKeyValue
)
Arguments
SchemaId |
A wrapper structure that may contain the schema name and Amazon Resource Name (ARN). |
SchemaVersionNumber |
The version number of the schema. |
SchemaVersionId |
The unique version ID of the schema version. |
MetadataKeyValue |
[required] The value of the metadata key. |
[Package paws.analytics version 0.9.0 Index]