Class: Aws::MigrationHubStrategyRecommendations::Types::TransformationTool

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhubstrategyrecommendations/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

Instance Attribute Details

#descriptionString

Description of the tool.

Returns:

  • (String)


2388
2389
2390
2391
2392
2393
2394
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2388

class TransformationTool < Struct.new(
  :description,
  :name,
  :tranformation_tool_installation_link)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the tool.

Returns:

  • (String)


2388
2389
2390
2391
2392
2393
2394
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2388

class TransformationTool < Struct.new(
  :description,
  :name,
  :tranformation_tool_installation_link)
  SENSITIVE = []
  include Aws::Structure
end

URL for installing the tool.

Returns:

  • (String)


2388
2389
2390
2391
2392
2393
2394
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2388

class TransformationTool < Struct.new(
  :description,
  :name,
  :tranformation_tool_installation_link)
  SENSITIVE = []
  include Aws::Structure
end