Class: Aws::DatabaseMigrationService::Types::RdsRecommendation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#requirements_to_targetTypes::RdsRequirements

Supplemental information about the requirements to the recommended target database on Amazon RDS.



9466
9467
9468
9469
9470
9471
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9466

class RdsRecommendation < Struct.new(
  :requirements_to_target,
  :target_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#target_configurationTypes::RdsConfiguration

Supplemental information about the configuration of the recommended target database on Amazon RDS.



9466
9467
9468
9469
9470
9471
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9466

class RdsRecommendation < Struct.new(
  :requirements_to_target,
  :target_configuration)
  SENSITIVE = []
  include Aws::Structure
end