You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Glue::Types::TableIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::TableIdentifier
- Defined in:
- (unknown)
Overview
Note:
When passing TableIdentifier as input to an Aws::Client method, you can use a vanilla Hash:
{
catalog_id: "CatalogIdString",
database_name: "NameString",
name: "NameString",
}
A structure that describes a target table for resource linking.
Returned by:
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The ID of the Data Catalog in which the table resides.
-
#database_name ⇒ String
The name of the catalog database that contains the target table.
-
#name ⇒ String
The name of the target table.
Instance Attribute Details
#catalog_id ⇒ String
The ID of the Data Catalog in which the table resides.
#database_name ⇒ String
The name of the catalog database that contains the target table.
#name ⇒ String
The name of the target table.