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.



10054
10055
10056
10057
10058
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10054

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