Class: Aws::MigrationHubStrategyRecommendations::Types::StrategyOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::StrategyOption
- 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
-
#is_preferred ⇒ Boolean
Indicates if a specific strategy is preferred for the application component.
-
#strategy ⇒ String
Type of transformation.
-
#target_destination ⇒ String
Destination information about where the application component can migrate to.
-
#tool_name ⇒ String
The name of the tool that can be used to transform an application component using this strategy.
Instance Attribute Details
#is_preferred ⇒ Boolean
Indicates if a specific strategy is preferred for the application component.
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 |
#strategy ⇒ String
Type of transformation. For example, Rehost, Replatform, and so on.
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_destination ⇒ String
Destination information about where the application component can
migrate to. For example, EC2
, ECS
, and so on.
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_name ⇒ String
The name of the tool that can be used to transform an application component using this strategy.
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 |