Class: Aws::Glue::Types::PostgreSQLCatalogTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::PostgreSQLCatalogTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a target that uses Postgres SQL.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database ⇒ String
The name of the database to write to.
-
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
-
#name ⇒ String
The name of the data target.
-
#table ⇒ String
The name of the table in the database to write to.
Instance Attribute Details
#database ⇒ String
The name of the database to write to.
18126 18127 18128 18129 18130 18131 18132 18133 |
# File 'lib/aws-sdk-glue/types.rb', line 18126 class PostgreSQLCatalogTarget < Struct.new( :name, :inputs, :database, :table) SENSITIVE = [] include Aws::Structure end |
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
18126 18127 18128 18129 18130 18131 18132 18133 |
# File 'lib/aws-sdk-glue/types.rb', line 18126 class PostgreSQLCatalogTarget < Struct.new( :name, :inputs, :database, :table) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data target.
18126 18127 18128 18129 18130 18131 18132 18133 |
# File 'lib/aws-sdk-glue/types.rb', line 18126 class PostgreSQLCatalogTarget < Struct.new( :name, :inputs, :database, :table) SENSITIVE = [] include Aws::Structure end |
#table ⇒ String
The name of the table in the database to write to.
18126 18127 18128 18129 18130 18131 18132 18133 |
# File 'lib/aws-sdk-glue/types.rb', line 18126 class PostgreSQLCatalogTarget < Struct.new( :name, :inputs, :database, :table) SENSITIVE = [] include Aws::Structure end |