class Aws::Glue::Types::GlueTable
The database and table in the Glue
Data Catalog that is used for input or output data.
@note When making an API call, you may pass GlueTable
data as a hash: { database_name: "NameString", # required table_name: "NameString", # required catalog_id: "NameString", connection_name: "NameString", }
@!attribute [rw] database_name
A database name in the Glue Data Catalog. @return [String]
@!attribute [rw] table_name
A table name in the Glue Data Catalog. @return [String]
@!attribute [rw] catalog_id
A unique identifier for the Glue Data Catalog. @return [String]
@!attribute [rw] connection_name
The name of the connection to the Glue Data Catalog. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GlueTable AWS API Documentation
Constants
- SENSITIVE