Class: Aws::Glue::Types::MicrosoftSQLServerCatalogTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::MicrosoftSQLServerCatalogTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a target that uses Microsoft 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.
19341 19342 19343 19344 19345 19346 19347 19348 |
# File 'lib/aws-sdk-glue/types.rb', line 19341 class MicrosoftSQLServerCatalogTarget < Struct.new( :name, :inputs, :database, :table) SENSITIVE = [] include Aws::Structure end |
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
19341 19342 19343 19344 19345 19346 19347 19348 |
# File 'lib/aws-sdk-glue/types.rb', line 19341 class MicrosoftSQLServerCatalogTarget < Struct.new( :name, :inputs, :database, :table) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data target.
19341 19342 19343 19344 19345 19346 19347 19348 |
# File 'lib/aws-sdk-glue/types.rb', line 19341 class MicrosoftSQLServerCatalogTarget < Struct.new( :name, :inputs, :database, :table) SENSITIVE = [] include Aws::Structure end |
#table ⇒ String
The name of the table in the database to write to.
19341 19342 19343 19344 19345 19346 19347 19348 |
# File 'lib/aws-sdk-glue/types.rb', line 19341 class MicrosoftSQLServerCatalogTarget < Struct.new( :name, :inputs, :database, :table) SENSITIVE = [] include Aws::Structure end |