Class: Aws::DatabaseMigrationService::Types::StartRecommendationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StartRecommendationsRequest
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_id ⇒ String
The identifier of the source database to analyze and provide recommendations for.
-
#settings ⇒ Types::RecommendationSettings
The settings in JSON format that Fleet Advisor uses to determine target engine recommendations.
Instance Attribute Details
#database_id ⇒ String
The identifier of the source database to analyze and provide recommendations for.
13606 13607 13608 13609 13610 13611 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13606 class StartRecommendationsRequest < Struct.new( :database_id, :settings) SENSITIVE = [] include Aws::Structure end |
#settings ⇒ Types::RecommendationSettings
The settings in JSON format that Fleet Advisor uses to determine target engine recommendations. These parameters include target instance sizing and availability and durability settings. For target instance sizing, Fleet Advisor supports the following two options: total capacity and resource utilization. For availability and durability, Fleet Advisor supports the following two options: production (Multi-AZ deployments) and Dev/Test (Single-AZ deployments).
13606 13607 13608 13609 13610 13611 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13606 class StartRecommendationsRequest < Struct.new( :database_id, :settings) SENSITIVE = [] include Aws::Structure end |