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
- Struct
- Aws::Glue::Types::GlueTable
- 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
-
#catalog_id ⇒ String
A unique identifier for the AWS Glue Data Catalog.
-
#connection_name ⇒ String
The name of the connection to the AWS Glue Data Catalog.
-
#database_name ⇒ String
A database name in the AWS Glue Data Catalog.
-
#table_name ⇒ String
A table name in the AWS Glue Data Catalog.
Instance Attribute Details
#catalog_id ⇒ String
A unique identifier for the AWS Glue Data Catalog.
#connection_name ⇒ String
The name of the connection to the AWS Glue Data Catalog.
#database_name ⇒ String
A database name in the AWS Glue Data Catalog.
#table_name ⇒ String
A table name in the AWS Glue Data Catalog.