Class: Aws::Glue::Types::DeleteCatalogRequest

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

#catalog_idString

The ID of the catalog.

Returns:

  • (String)


8342
8343
8344
8345
8346
# File 'lib/aws-sdk-glue/types.rb', line 8342

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