Class: Aws::DatabaseMigrationService::Types::BatchStartRecommendationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::BatchStartRecommendationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data ⇒ Array<Types::StartRecommendationsRequestEntry>
Provides information about source databases to analyze.
Instance Attribute Details
#data ⇒ Array<Types::StartRecommendationsRequestEntry>
Provides information about source databases to analyze. After this analysis, Fleet Advisor recommends target engines for each source database.
186 187 188 189 190 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 186 class BatchStartRecommendationsRequest < Struct.new( :data) SENSITIVE = [] include Aws::Structure end |