Class: Aws::Types::ModifyDBRecommendationMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#locale::String

Returns the value of attribute locale.

Returns:

  • (::String)


3172
3173
3174
# File 'sig/types.rbs', line 3172

def locale
  @locale
end

#recommendation_id::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


3171
3172
3173
# File 'sig/types.rbs', line 3171

def recommendation_id
  @recommendation_id
end

Returns the value of attribute recommended_action_updates.

Returns:



3174
3175
3176
# File 'sig/types.rbs', line 3174

def recommended_action_updates
  @recommended_action_updates
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


3173
3174
3175
# File 'sig/types.rbs', line 3173

def status
  @status
end