Module: Aws::MigrationHubStrategyRecommendations::Client::_GetPortfolioPreferencesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPortfolioPreferencesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_mode ⇒ "ALL", ...
- #application_preferences ⇒ Types::ApplicationPreferences
- #database_preferences ⇒ Types::DatabasePreferences
- #prioritize_business_goals ⇒ Types::PrioritizeBusinessGoals
Instance Method Details
#application_mode ⇒ "ALL", ...
147 |
# File 'sig/client.rbs', line 147
def application_mode: () -> ("ALL" | "KNOWN" | "UNKNOWN")
|
#application_preferences ⇒ Types::ApplicationPreferences
148 |
# File 'sig/client.rbs', line 148
def application_preferences: () -> Types::ApplicationPreferences
|
#database_preferences ⇒ Types::DatabasePreferences
149 |
# File 'sig/client.rbs', line 149
def database_preferences: () -> Types::DatabasePreferences
|
#prioritize_business_goals ⇒ Types::PrioritizeBusinessGoals
150 |
# File 'sig/client.rbs', line 150
def prioritize_business_goals: () -> Types::PrioritizeBusinessGoals
|