class Aws::Glue::Types::CatalogEntry

Specifies a table definition in the Glue Data Catalog.

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

data as a hash:

    {
      database_name: "NameString", # required
      table_name: "NameString", # required
    }

@!attribute [rw] database_name

The database in which the table metadata resides.
@return [String]

@!attribute [rw] table_name

The name of the table in question.
@return [String]

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

Constants

SENSITIVE