Method: Aws::MigrationHubStrategyRecommendations::Types::UpdateServerConfigRequest#strategy_option
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
#strategy_option ⇒ Types::StrategyOption
The preferred strategy options for the application component. See the response from GetServerStrategies.
2460 2461 2462 2463 2464 2465 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2460 class UpdateServerConfigRequest < Struct.new( :server_id, :strategy_option) SENSITIVE = [] include Aws::Structure end |