Class: Aws::MigrationHubStrategyRecommendations::Types::StrategyOption

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

Overview

Information about all the available strategy options for migrating and modernizing an application component.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_preferredBoolean

Indicates if a specific strategy is preferred for the application component.

Returns:

  • (Boolean)


2301
2302
2303
2304
2305
2306
2307
2308
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2301

class StrategyOption < Struct.new(
  :is_preferred,
  :strategy,
  :target_destination,
  :tool_name)
  SENSITIVE = []
  include Aws::Structure
end

#strategyString

Type of transformation. For example, Rehost, Replatform, and so on.

Returns:

  • (String)


2301
2302
2303
2304
2305
2306
2307
2308
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2301

class StrategyOption < Struct.new(
  :is_preferred,
  :strategy,
  :target_destination,
  :tool_name)
  SENSITIVE = []
  include Aws::Structure
end

#target_destinationString

Destination information about where the application component can migrate to. For example, EC2, ECS, and so on.

Returns:

  • (String)


2301
2302
2303
2304
2305
2306
2307
2308
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2301

class StrategyOption < Struct.new(
  :is_preferred,
  :strategy,
  :target_destination,
  :tool_name)
  SENSITIVE = []
  include Aws::Structure
end

#tool_nameString

The name of the tool that can be used to transform an application component using this strategy.

Returns:

  • (String)


2301
2302
2303
2304
2305
2306
2307
2308
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2301

class StrategyOption < Struct.new(
  :is_preferred,
  :strategy,
  :target_destination,
  :tool_name)
  SENSITIVE = []
  include Aws::Structure
end