Class: Aws::Types::GetPortfolioPreferencesResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPortfolioPreferencesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_mode ⇒ "ALL", ...
Returns the value of attribute application_mode.
-
#application_preferences ⇒ Types::ApplicationPreferences
Returns the value of attribute application_preferences.
-
#database_preferences ⇒ Types::DatabasePreferences
Returns the value of attribute database_preferences.
-
#prioritize_business_goals ⇒ Types::PrioritizeBusinessGoals
Returns the value of attribute prioritize_business_goals.
Instance Attribute Details
#application_mode ⇒ "ALL", ...
Returns the value of attribute application_mode.
304 305 306 |
# File 'sig/types.rbs', line 304 def application_mode @application_mode end |
#application_preferences ⇒ Types::ApplicationPreferences
Returns the value of attribute application_preferences.
305 306 307 |
# File 'sig/types.rbs', line 305 def application_preferences @application_preferences end |
#database_preferences ⇒ Types::DatabasePreferences
Returns the value of attribute database_preferences.
306 307 308 |
# File 'sig/types.rbs', line 306 def database_preferences @database_preferences end |
#prioritize_business_goals ⇒ Types::PrioritizeBusinessGoals
Returns the value of attribute prioritize_business_goals.
307 308 309 |
# File 'sig/types.rbs', line 307 def prioritize_business_goals @prioritize_business_goals end |