Class: Aws::MigrationHubStrategyRecommendations::Types::PrioritizeBusinessGoals
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::PrioritizeBusinessGoals
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Rank of business goals based on priority.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#business_goals ⇒ Types::BusinessGoals
Rank of business goals based on priority.
Instance Attribute Details
#business_goals ⇒ Types::BusinessGoals
Rank of business goals based on priority.
1693 1694 1695 1696 1697 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1693 class PrioritizeBusinessGoals < Struct.new( :business_goals) SENSITIVE = [] include Aws::Structure end |