Class: Aws::Athena::Types::DeleteDataCatalogInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-athena/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delete_catalog_onlyBoolean

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.

Returns:

  • (Boolean)


1246
1247
1248
1249
1250
1251
# File 'lib/aws-sdk-athena/types.rb', line 1246

class DeleteDataCatalogInput < Struct.new(
  :name,
  :delete_catalog_only)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data catalog to delete.

Returns:

  • (String)


1246
1247
1248
1249
1250
1251
# File 'lib/aws-sdk-athena/types.rb', line 1246

class DeleteDataCatalogInput < Struct.new(
  :name,
  :delete_catalog_only)
  SENSITIVE = []
  include Aws::Structure
end