Class: Aws::DatabaseMigrationService::Types::StartRecommendationsRequestEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StartRecommendationsRequestEntry
- 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
-
#database_id ⇒ String
The identifier of the source database.
-
#settings ⇒ Types::RecommendationSettings
The required target engine settings.
Instance Attribute Details
#database_id ⇒ String
The identifier of the source database.
13476 13477 13478 13479 13480 13481 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13476 class StartRecommendationsRequestEntry < Struct.new( :database_id, :settings) SENSITIVE = [] include Aws::Structure end |
#settings ⇒ Types::RecommendationSettings
The required target engine settings.
13476 13477 13478 13479 13480 13481 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13476 class StartRecommendationsRequestEntry < Struct.new( :database_id, :settings) SENSITIVE = [] include Aws::Structure end |