Class: Aws::RDS::Types::TenantDatabasesMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::TenantDatabasesMessage
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An optional pagination token provided by a previous ‘DescribeTenantDatabases` request. 
- 
  
    
      #tenant_databases  ⇒ Array<Types::TenantDatabase> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An array of the tenant databases requested by the ‘DescribeTenantDatabases` operation. 
Instance Attribute Details
#marker ⇒ String
An optional pagination token provided by a previous ‘DescribeTenantDatabases` request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by `MaxRecords`.
| 27684 27685 27686 27687 27688 27689 | # File 'lib/aws-sdk-rds/types.rb', line 27684 class TenantDatabasesMessage < Struct.new( :marker, :tenant_databases) SENSITIVE = [] include Aws::Structure end | 
#tenant_databases ⇒ Array<Types::TenantDatabase>
An array of the tenant databases requested by the ‘DescribeTenantDatabases` operation.
| 27684 27685 27686 27687 27688 27689 | # File 'lib/aws-sdk-rds/types.rb', line 27684 class TenantDatabasesMessage < Struct.new( :marker, :tenant_databases) SENSITIVE = [] include Aws::Structure end |