Class: Aws::Glue::Types::MicrosoftSQLServerCatalogSource

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

Overview

Specifies a Microsoft SQL server data source in the Glue Data Catalog.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databaseString

The name of the database to read from.

Returns:

  • (String)


19331
19332
19333
19334
19335
19336
19337
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19331

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

#nameString

The name of the data source.

Returns:

  • (String)


19331
19332
19333
19334
19335
19336
19337
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19331

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

#tableString

The name of the table in the database to read from.

Returns:

  • (String)


19331
19332
19333
19334
19335
19336
19337
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19331

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