Class: Aws::DatabaseMigrationService::Types::RecommendationData
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::RecommendationData
- 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
-
#rds_engine ⇒ Types::RdsRecommendation
The recommendation of a target Amazon RDS database engine.
Instance Attribute Details
#rds_engine ⇒ Types::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 |