Class: Aws::Athena::Types::DeleteDataCatalogInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::DeleteDataCatalogInput
- Defined in:
- gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delete_catalog_only ⇒ Boolean
Deletes the Athena Data Catalog.
-
#name ⇒ String
The name of the data catalog to delete.
Instance Attribute Details
#delete_catalog_only ⇒ Boolean
Deletes the Athena Data Catalog. You can only use this with the
FEDERATED catalogs. You usually perform this before registering
the connector with Glue Data Catalog. After deletion, you will have
to manage the Glue Connection and Lambda function.
1298 1299 1300 1301 1302 1303 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1298 class DeleteDataCatalogInput < Struct.new( :name, :delete_catalog_only) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data catalog to delete.
1298 1299 1300 1301 1302 1303 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1298 class DeleteDataCatalogInput < Struct.new( :name, :delete_catalog_only) SENSITIVE = [] include Aws::Structure end |