Class: Aws::MigrationHubStrategyRecommendations::Types::PrioritizeBusinessGoals

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

Overview

Rank of business goals based on priority.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#business_goalsTypes::BusinessGoals

Rank of business goals based on priority.



1693
1694
1695
1696
1697
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1693

class PrioritizeBusinessGoals < Struct.new(
  :business_goals)
  SENSITIVE = []
  include Aws::Structure
end