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.
9882 9883 9884 9885 9886 9887 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 9882 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.
9882 9883 9884 9885 9886 9887 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 9882 class RdsRecommendation < Struct.new( :requirements_to_target, :target_configuration) SENSITIVE = [] include Aws::Structure end |