You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::RemoveSchemaVersionMetadataInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RemoveSchemaVersionMetadataInput as input to an Aws::Client method, you can use a vanilla 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",
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#metadata_key_valueTypes::MetadataKeyValuePair

The value of the metadata key.

Returns:

#schema_idTypes::SchemaId

A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).

Returns:

  • (Types::SchemaId)

    A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).

#schema_version_idString

The unique version ID of the schema version.

Returns:

  • (String)

    The unique version ID of the schema version.

#schema_version_numberTypes::SchemaVersionNumber

The version number of the schema.

Returns: