Class: Aws::MigrationHubStrategyRecommendations::Types::RecommendationSet
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::RecommendationSet
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Contains a recommendation set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#strategy ⇒ String
The recommended strategy.
-
#target_destination ⇒ String
The recommended target destination.
-
#transformation_tool ⇒ Types::TransformationTool
The target destination for the recommendation set.
Instance Attribute Details
#strategy ⇒ String
The recommended strategy.
1785 1786 1787 1788 1789 1790 1791 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1785 class RecommendationSet < Struct.new( :strategy, :target_destination, :transformation_tool) SENSITIVE = [] include Aws::Structure end |
#target_destination ⇒ String
The recommended target destination.
1785 1786 1787 1788 1789 1790 1791 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1785 class RecommendationSet < Struct.new( :strategy, :target_destination, :transformation_tool) SENSITIVE = [] include Aws::Structure end |
#transformation_tool ⇒ Types::TransformationTool
The target destination for the recommendation set.
1785 1786 1787 1788 1789 1790 1791 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1785 class RecommendationSet < Struct.new( :strategy, :target_destination, :transformation_tool) SENSITIVE = [] include Aws::Structure end |