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

Class: Aws::Glue::Types::GlueTable

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

Overview

Note:

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

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

The database and table in the AWS Glue Data Catalog that is used for input or output data.

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

A unique identifier for the AWS Glue Data Catalog.

Returns:

  • (String)

    A unique identifier for the AWS Glue Data Catalog.

#connection_nameString

The name of the connection to the AWS Glue Data Catalog.

Returns:

  • (String)

    The name of the connection to the AWS Glue Data Catalog.

#database_nameString

A database name in the AWS Glue Data Catalog.

Returns:

  • (String)

    A database name in the AWS Glue Data Catalog.

#table_nameString

A table name in the AWS Glue Data Catalog.

Returns:

  • (String)

    A table name in the AWS Glue Data Catalog.