Class: Aws::Glue::Types::DeleteCatalogRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteCatalogRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The ID of the catalog.
Instance Attribute Details
#catalog_id ⇒ String
The ID of the catalog.
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 |