Class: Aws::Glue::Types::CatalogEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CatalogEntry
- Defined in:
- gems/aws-sdk-glue/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.
2046 2047 2048 2049 2050 2051 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2046 class CatalogEntry < Struct.new( :database_name, :table_name) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table in question.
2046 2047 2048 2049 2050 2051 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2046 class CatalogEntry < Struct.new( :database_name, :table_name) SENSITIVE = [] include Aws::Structure end |