Class: Aws::DatabaseMigrationService::Types::RecommendationData

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Provides information about the target engine for the specified source database.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rds_engineTypes::RdsRecommendation

The recommendation of a target Amazon RDS database engine.



9638
9639
9640
9641
9642
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9638

class RecommendationData < Struct.new(
  :rds_engine)
  SENSITIVE = []
  include Aws::Structure
end