Class: Aws::Glue::Types::PostgreSQLCatalogTarget

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#databaseString

The name of the database to write to.

Returns:

  • (String)


16783
16784
16785
16786
16787
16788
16789
16790
# File 'lib/aws-sdk-glue/types.rb', line 16783

class PostgreSQLCatalogTarget < Struct.new(
  :name,
  :inputs,
  :database,
  :table)
  SENSITIVE = []
  include Aws::Structure
end

#inputsArray<String>

The nodes that are inputs to the data target.

Returns:

  • (Array<String>)


16783
16784
16785
16786
16787
16788
16789
16790
# File 'lib/aws-sdk-glue/types.rb', line 16783

class PostgreSQLCatalogTarget < Struct.new(
  :name,
  :inputs,
  :database,
  :table)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data target.

Returns:

  • (String)


16783
16784
16785
16786
16787
16788
16789
16790
# File 'lib/aws-sdk-glue/types.rb', line 16783

class PostgreSQLCatalogTarget < Struct.new(
  :name,
  :inputs,
  :database,
  :table)
  SENSITIVE = []
  include Aws::Structure
end

#tableString

The name of the table in the database to write to.

Returns:

  • (String)


16783
16784
16785
16786
16787
16788
16789
16790
# File 'lib/aws-sdk-glue/types.rb', line 16783

class PostgreSQLCatalogTarget < Struct.new(
  :name,
  :inputs,
  :database,
  :table)
  SENSITIVE = []
  include Aws::Structure
end