Class: Aws::Glue::Types::RelationalCatalogSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::RelationalCatalogSource
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Specifies a Relational database data source in the Glue Data Catalog.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database ⇒ String
The name of the database to read from.
-
#name ⇒ String
The name of the data source.
-
#table ⇒ String
The name of the table in the database to read from.
Instance Attribute Details
#database ⇒ String
The name of the database to read from.
22409 22410 22411 22412 22413 22414 22415 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22409 class RelationalCatalogSource < Struct.new( :name, :database, :table) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data source.
22409 22410 22411 22412 22413 22414 22415 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22409 class RelationalCatalogSource < Struct.new( :name, :database, :table) SENSITIVE = [] include Aws::Structure end |
#table ⇒ String
The name of the table in the database to read from.
22409 22410 22411 22412 22413 22414 22415 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22409 class RelationalCatalogSource < Struct.new( :name, :database, :table) SENSITIVE = [] include Aws::Structure end |