Class: Aws::DatabaseMigrationService::Types::StartRecommendationsRequestEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StartRecommendationsRequestEntry
- Includes:
- Structure
- Defined in:
- 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.
13124 13125 13126 13127 13128 13129 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13124 class StartRecommendationsRequestEntry < Struct.new( :database_id, :settings) SENSITIVE = [] include Aws::Structure end |
#settings ⇒ Types::RecommendationSettings
The required target engine settings.
13124 13125 13126 13127 13128 13129 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13124 class StartRecommendationsRequestEntry < Struct.new( :database_id, :settings) SENSITIVE = [] include Aws::Structure end |