Class: Aws::Glue::Types::DeleteSchemaInput

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

Overview

Note:

When making an API call, you may pass DeleteSchemaInput data as a hash:

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

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:



6291
6292
6293
6294
6295
# File 'lib/aws-sdk-glue/types.rb', line 6291

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