Class: Aws::Types::PutPortfolioPreferencesRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutPortfolioPreferencesRequest
- 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.
519 520 521 |
# File 'sig/types.rbs', line 519 def application_mode @application_mode end |
#application_preferences ⇒ Types::ApplicationPreferences
Returns the value of attribute application_preferences.
520 521 522 |
# File 'sig/types.rbs', line 520 def application_preferences @application_preferences end |
#database_preferences ⇒ Types::DatabasePreferences
Returns the value of attribute database_preferences.
521 522 523 |
# File 'sig/types.rbs', line 521 def database_preferences @database_preferences end |
#prioritize_business_goals ⇒ Types::PrioritizeBusinessGoals
Returns the value of attribute prioritize_business_goals.
522 523 524 |
# File 'sig/types.rbs', line 522 def prioritize_business_goals @prioritize_business_goals end |