Class: Aws::Types::PutPortfolioPreferencesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_mode"ALL", ...

Returns the value of attribute application_mode.

Returns:

  • ("ALL", "KNOWN", "UNKNOWN")


519
520
521
# File 'sig/types.rbs', line 519

def application_mode
  @application_mode
end

#application_preferencesTypes::ApplicationPreferences

Returns the value of attribute application_preferences.



520
521
522
# File 'sig/types.rbs', line 520

def application_preferences
  @application_preferences
end

#database_preferencesTypes::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_goalsTypes::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