Class: Aws::Glue::Types::OracleSQLCatalogTarget

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Specifies a target that uses Oracle SQL.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databaseString

The name of the database to write to.

Returns:

  • (String)


16396
16397
16398
16399
16400
16401
16402
16403
# File 'lib/aws-sdk-glue/types.rb', line 16396

class OracleSQLCatalogTarget < 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>)


16396
16397
16398
16399
16400
16401
16402
16403
# File 'lib/aws-sdk-glue/types.rb', line 16396

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

#nameString

The name of the data target.

Returns:

  • (String)


16396
16397
16398
16399
16400
16401
16402
16403
# File 'lib/aws-sdk-glue/types.rb', line 16396

class OracleSQLCatalogTarget < 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)


16396
16397
16398
16399
16400
16401
16402
16403
# File 'lib/aws-sdk-glue/types.rb', line 16396

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