class Aws::Glue::Types::DeleteSchemaVersionsInput

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

data as a hash:

    {
      schema_id: { # required
        schema_arn: "GlueResourceArn",
        schema_name: "SchemaRegistryNameString",
        registry_name: "SchemaRegistryNameString",
      },
      versions: "VersionsString", # required
    }

@!attribute [rw] schema_id

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

@!attribute [rw] versions

A version range may be supplied which may be of the format:

* a single version number, 5

* a range, 5-8 : deletes versions 5, 6, 7, 8
@return [String]

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

Constants

SENSITIVE