Class: Aws::Glue::Types::DatabaseIdentifier
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DatabaseIdentifier
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A structure that describes a target database for resource linking.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #catalog_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the Data Catalog in which the database resides. 
- 
  
    
      #database_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the catalog database. 
- 
  
    
      #region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Region of the target database. 
Instance Attribute Details
#catalog_id ⇒ String
The ID of the Data Catalog in which the database resides.
| 8163 8164 8165 8166 8167 8168 8169 | # File 'lib/aws-sdk-glue/types.rb', line 8163 class DatabaseIdentifier < Struct.new( :catalog_id, :database_name, :region) SENSITIVE = [] include Aws::Structure end | 
#database_name ⇒ String
The name of the catalog database.
| 8163 8164 8165 8166 8167 8168 8169 | # File 'lib/aws-sdk-glue/types.rb', line 8163 class DatabaseIdentifier < Struct.new( :catalog_id, :database_name, :region) SENSITIVE = [] include Aws::Structure end | 
#region ⇒ String
Region of the target database.
| 8163 8164 8165 8166 8167 8168 8169 | # File 'lib/aws-sdk-glue/types.rb', line 8163 class DatabaseIdentifier < Struct.new( :catalog_id, :database_name, :region) SENSITIVE = [] include Aws::Structure end |