Class: Aws::DatabaseMigrationService::Types::RdsRecommendation
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DatabaseMigrationService::Types::RdsRecommendation
 
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
Provides information that describes a recommendation of a target engine on Amazon RDS.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #requirements_to_target  ⇒ Types::RdsRequirements 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Supplemental information about the requirements to the recommended target database on Amazon RDS. 
- 
  
    
      #target_configuration  ⇒ Types::RdsConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Supplemental information about the configuration of the recommended target database on Amazon RDS. 
Instance Attribute Details
#requirements_to_target ⇒ Types::RdsRequirements
Supplemental information about the requirements to the recommended target database on Amazon RDS.
| 10345 10346 10347 10348 10349 10350 | # File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10345 class RdsRecommendation < Struct.new( :requirements_to_target, :target_configuration) SENSITIVE = [] include Aws::Structure end | 
#target_configuration ⇒ Types::RdsConfiguration
Supplemental information about the configuration of the recommended target database on Amazon RDS.
| 10345 10346 10347 10348 10349 10350 | # File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10345 class RdsRecommendation < Struct.new( :requirements_to_target, :target_configuration) SENSITIVE = [] include Aws::Structure end |