Class: Aws::MigrationHubStrategyRecommendations::Types::TransformationTool
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::TransformationTool
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Information of the transformation tool that can be used to migrate and modernize the application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
Description of the tool.
-
#name ⇒ String
Name of the tool.
-
#tranformation_tool_installation_link ⇒ String
URL for installing the tool.
Instance Attribute Details
#description ⇒ String
Description of the tool.
2388 2389 2390 2391 2392 2393 2394 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2388 class TransformationTool < Struct.new( :description, :name, :tranformation_tool_installation_link) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the tool.
2388 2389 2390 2391 2392 2393 2394 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2388 class TransformationTool < Struct.new( :description, :name, :tranformation_tool_installation_link) SENSITIVE = [] include Aws::Structure end |
#tranformation_tool_installation_link ⇒ String
URL for installing the tool.
2388 2389 2390 2391 2392 2393 2394 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2388 class TransformationTool < Struct.new( :description, :name, :tranformation_tool_installation_link) SENSITIVE = [] include Aws::Structure end |