class Aws::Glue::Types::TableIdentifier

A structure that describes a target table for resource linking.

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

data as a hash:

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

@!attribute [rw] catalog_id

The ID of the Data Catalog in which the table resides.
@return [String]

@!attribute [rw] database_name

The name of the catalog database that contains the target table.
@return [String]

@!attribute [rw] name

The name of the target table.
@return [String]

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

Constants

SENSITIVE