Class: Aws::Types::GetPortfolioPreferencesResponse

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")


304
305
306
# File 'sig/types.rbs', line 304

def application_mode
  @application_mode
end

#application_preferencesTypes::ApplicationPreferences

Returns the value of attribute application_preferences.



305
306
307
# File 'sig/types.rbs', line 305

def application_preferences
  @application_preferences
end

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