Class: Aws::TimestreamWrite::Types::UpdateDatabaseResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::TimestreamWrite::Types::UpdateDatabaseResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-timestreamwrite/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #database  ⇒ Types::Database 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A top-level container for a table.
 
Instance Attribute Details
#database ⇒ Types::Database
A top-level container for a table. Databases and tables are the fundamental management concepts in Amazon Timestream. All tables in a database are encrypted with the same KMS key.
      1632 1633 1634 1635 1636  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 1632 class UpdateDatabaseResponse < Struct.new( :database) SENSITIVE = [] include Aws::Structure end  |