Class: Aws::Glue::Types::GetDatabaseResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Glue::Types::GetDatabaseResponse
 
 
- Defined in:
 - gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #database  ⇒ Types::Database 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The definition of the specified database in the Data Catalog.
 
Instance Attribute Details
#database ⇒ Types::Database
The definition of the specified database in the Data Catalog.
      12833 12834 12835 12836 12837  | 
    
      # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12833 class GetDatabaseResponse < Struct.new( :database) SENSITIVE = [] include Aws::Structure end  |