Class: Aws::DatabaseMigrationService::Types::BatchStartRecommendationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataArray<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 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 186

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