Class: Aws::Glue::Types::FederatedTable
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::FederatedTable
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A table that points to an entity outside the Glue Data Catalog.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #connection_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the connection to the external metastore. 
- 
  
    
      #database_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A unique identifier for the federated database. 
- 
  
    
      #identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A unique identifier for the federated table. 
Instance Attribute Details
#connection_name ⇒ String
The name of the connection to the external metastore.
| 10549 10550 10551 10552 10553 10554 10555 | # File 'lib/aws-sdk-glue/types.rb', line 10549 class FederatedTable < Struct.new( :identifier, :database_identifier, :connection_name) SENSITIVE = [] include Aws::Structure end | 
#database_identifier ⇒ String
A unique identifier for the federated database.
| 10549 10550 10551 10552 10553 10554 10555 | # File 'lib/aws-sdk-glue/types.rb', line 10549 class FederatedTable < Struct.new( :identifier, :database_identifier, :connection_name) SENSITIVE = [] include Aws::Structure end | 
#identifier ⇒ String
A unique identifier for the federated table.
| 10549 10550 10551 10552 10553 10554 10555 | # File 'lib/aws-sdk-glue/types.rb', line 10549 class FederatedTable < Struct.new( :identifier, :database_identifier, :connection_name) SENSITIVE = [] include Aws::Structure end |