Class: Aws::Glue::Types::MicrosoftSQLServerCatalogTarget

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

Overview

Specifies a target that uses Microsoft SQL.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databaseString

The name of the database to write to.

Returns:

  • (String)


16090
16091
16092
16093
16094
16095
16096
16097
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16090

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


16090
16091
16092
16093
16094
16095
16096
16097
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16090

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

#nameString

The name of the data target.

Returns:

  • (String)


16090
16091
16092
16093
16094
16095
16096
16097
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16090

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


16090
16091
16092
16093
16094
16095
16096
16097
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16090

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