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

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

Overview

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:



7281
7282
7283
7284
7285
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7281

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