class Aws::Glue::Types::DeleteTableRequest

@note When making an API call, you may pass DeleteTableRequest

data as a hash:

    {
      catalog_id: "CatalogIdString",
      database_name: "NameString", # required
      name: "NameString", # required
    }

@!attribute [rw] catalog_id

The ID of the Data Catalog where the table resides. If none is
provided, the Amazon Web Services account ID is used by default.
@return [String]

@!attribute [rw] database_name

The name of the catalog database in which the table resides. For
Hive compatibility, this name is entirely lowercase.
@return [String]

@!attribute [rw] name

The name of the table to be deleted. For Hive compatibility, this
name is entirely lowercase.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteTableRequest AWS API Documentation

Constants

SENSITIVE