Class: Aws::MigrationHubStrategyRecommendations::Types::UpdateServerConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::UpdateServerConfigRequest
- Defined in:
- gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#server_id ⇒ String
The ID of the server.
-
#strategy_option ⇒ Types::StrategyOption
The preferred strategy options for the application component.
Instance Attribute Details
#server_id ⇒ String
The ID of the server.
2460 2461 2462 2463 2464 2465 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2460 class UpdateServerConfigRequest < Struct.new( :server_id, :strategy_option) SENSITIVE = [] include Aws::Structure end |
#strategy_option ⇒ Types::StrategyOption
The preferred strategy options for the application component. See the response from GetServerStrategies.
2460 2461 2462 2463 2464 2465 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2460 class UpdateServerConfigRequest < Struct.new( :server_id, :strategy_option) SENSITIVE = [] include Aws::Structure end |