You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::CatalogEntry

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CatalogEntry as input to an Aws::Client method, you can use a vanilla Hash:

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

Specifies a table definition in the AWS Glue Data Catalog.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#database_nameString

The database in which the table metadata resides.

Returns:

  • (String)

    The database in which the table metadata resides.

#table_nameString

The name of the table in question.

Returns:

  • (String)

    The name of the table in question.