Class: Aws::Glue::Types::DeleteSchemaVersionsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#schema_idTypes::SchemaId

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

Returns:



7381
7382
7383
7384
7385
7386
# File 'lib/aws-sdk-glue/types.rb', line 7381

class DeleteSchemaVersionsInput < Struct.new(
  :schema_id,
  :versions)
  SENSITIVE = []
  include Aws::Structure
end

#versionsString

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

Returns:

  • (String)


7381
7382
7383
7384
7385
7386
# File 'lib/aws-sdk-glue/types.rb', line 7381

class DeleteSchemaVersionsInput < Struct.new(
  :schema_id,
  :versions)
  SENSITIVE = []
  include Aws::Structure
end