Class: Aws::Glue::Types::DeleteRegistryInput

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 DeleteRegistryInput data as a hash:

{
  registry_id: { # required
    registry_name: "SchemaRegistryNameString",
    registry_arn: "GlueResourceArn",
  },
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#registry_idTypes::RegistryId

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

Returns:



5485
5486
5487
5488
5489
# File 'lib/aws-sdk-glue/types.rb', line 5485

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