Class: Aws::Glue::Types::MicrosoftSQLServerCatalogSource
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::MicrosoftSQLServerCatalogSource
 
- 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
- 
  
    
      #database  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the database to read from. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the data source. 
- 
  
    
      #table  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the table in the database to read from. 
Instance Attribute Details
#database ⇒ String
The name of the database to read from.
| 20587 20588 20589 20590 20591 20592 20593 | # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20587 class MicrosoftSQLServerCatalogSource < Struct.new( :name, :database, :table) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the data source.
| 20587 20588 20589 20590 20591 20592 20593 | # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20587 class MicrosoftSQLServerCatalogSource < Struct.new( :name, :database, :table) SENSITIVE = [] include Aws::Structure end | 
#table ⇒ String
The name of the table in the database to read from.
| 20587 20588 20589 20590 20591 20592 20593 | # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20587 class MicrosoftSQLServerCatalogSource < Struct.new( :name, :database, :table) SENSITIVE = [] include Aws::Structure end |