Class: Aws::Glue::Types::CatalogEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CatalogEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a table definition in the Glue Data Catalog.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_name ⇒ String
The database in which the table metadata resides.
-
#table_name ⇒ String
The name of the table in question.
Instance Attribute Details
#database_name ⇒ String
The database in which the table metadata resides.
1842 1843 1844 1845 1846 1847 |
# File 'lib/aws-sdk-glue/types.rb', line 1842 class CatalogEntry < Struct.new( :database_name, :table_name) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table in question.
1842 1843 1844 1845 1846 1847 |
# File 'lib/aws-sdk-glue/types.rb', line 1842 class CatalogEntry < Struct.new( :database_name, :table_name) SENSITIVE = [] include Aws::Structure end |