Class: Aws::MigrationHubStrategyRecommendations::Types::PutPortfolioPreferencesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_modeString

The classification for application component types.

Returns:

  • (String)


1717
1718
1719
1720
1721
1722
1723
1724
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1717

class PutPortfolioPreferencesRequest < Struct.new(
  :application_mode,
  :application_preferences,
  :database_preferences,
  :prioritize_business_goals)
  SENSITIVE = []
  include Aws::Structure
end

#application_preferencesTypes::ApplicationPreferences

The transformation preferences for non-database applications.



1717
1718
1719
1720
1721
1722
1723
1724
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1717

class PutPortfolioPreferencesRequest < Struct.new(
  :application_mode,
  :application_preferences,
  :database_preferences,
  :prioritize_business_goals)
  SENSITIVE = []
  include Aws::Structure
end

#database_preferencesTypes::DatabasePreferences

The transformation preferences for database applications.



1717
1718
1719
1720
1721
1722
1723
1724
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1717

class PutPortfolioPreferencesRequest < Struct.new(
  :application_mode,
  :application_preferences,
  :database_preferences,
  :prioritize_business_goals)
  SENSITIVE = []
  include Aws::Structure
end

#prioritize_business_goalsTypes::PrioritizeBusinessGoals

The rank of the business goals based on priority.



1717
1718
1719
1720
1721
1722
1723
1724
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1717

class PutPortfolioPreferencesRequest < Struct.new(
  :application_mode,
  :application_preferences,
  :database_preferences,
  :prioritize_business_goals)
  SENSITIVE = []
  include Aws::Structure
end