Class: Aws::RDS::Types::ModifyTenantDatabaseResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::ModifyTenantDatabaseResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #tenant_database  ⇒ Types::TenantDatabase 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A tenant database in the DB instance.
 
Instance Attribute Details
#tenant_database ⇒ Types::TenantDatabase
A tenant database in the DB instance. This data type is an element in the response to the ‘DescribeTenantDatabases` action.
      20341 20342 20343 20344 20345  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 20341 class ModifyTenantDatabaseResult < Struct.new( :tenant_database) SENSITIVE = [] include Aws::Structure end  |