Class: Aws::MigrationHubStrategyRecommendations::Types::RecommendationSet

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

Overview

Contains a recommendation set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#strategyString

The recommended strategy.

Returns:

  • (String)


1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1785

class RecommendationSet < Struct.new(
  :strategy,
  :target_destination,
  :transformation_tool)
  SENSITIVE = []
  include Aws::Structure
end

#target_destinationString

The recommended target destination.

Returns:

  • (String)


1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1785

class RecommendationSet < Struct.new(
  :strategy,
  :target_destination,
  :transformation_tool)
  SENSITIVE = []
  include Aws::Structure
end

#transformation_toolTypes::TransformationTool

The target destination for the recommendation set.



1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1785

class RecommendationSet < Struct.new(
  :strategy,
  :target_destination,
  :transformation_tool)
  SENSITIVE = []
  include Aws::Structure
end