Class: Aws::DatabaseMigrationService::Types::StartRecommendationsRequestEntry

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

Overview

Provides information about the source database to analyze and provide target recommendations according to the specified requirements.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#database_idString

The identifier of the source database.

Returns:

  • (String)


12591
12592
12593
12594
12595
12596
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12591

class StartRecommendationsRequestEntry < Struct.new(
  :database_id,
  :settings)
  SENSITIVE = []
  include Aws::Structure
end

#settingsTypes::RecommendationSettings

The required target engine settings.



12591
12592
12593
12594
12595
12596
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12591

class StartRecommendationsRequestEntry < Struct.new(
  :database_id,
  :settings)
  SENSITIVE = []
  include Aws::Structure
end