class Aws::Glue::Types::RemoveSchemaVersionMetadataInput

@note When making an API call, you may pass RemoveSchemaVersionMetadataInput

data as a hash:

    {
      schema_id: {
        schema_arn: "GlueResourceArn",
        schema_name: "SchemaRegistryNameString",
        registry_name: "SchemaRegistryNameString",
      },
      schema_version_number: {
        latest_version: false,
        version_number: 1,
      },
      schema_version_id: "SchemaVersionIdString",
      metadata_key_value: { # required
        metadata_key: "MetadataKeyString",
        metadata_value: "MetadataValueString",
      },
    }

@!attribute [rw] schema_id

A wrapper structure that may contain the schema name and Amazon
Resource Name (ARN).
@return [Types::SchemaId]

@!attribute [rw] schema_version_number

The version number of the schema.
@return [Types::SchemaVersionNumber]

@!attribute [rw] schema_version_id

The unique version ID of the schema version.
@return [String]

@!attribute [rw] metadata_key_value

The value of the metadata key.
@return [Types::MetadataKeyValuePair]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/RemoveSchemaVersionMetadataInput AWS API Documentation

Constants

SENSITIVE