Class: Aws::MigrationHubStrategyRecommendations::Types::UpdateServerConfigRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#server_idString

The ID of the server.

Returns:

  • (String)


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_optionTypes::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