Class: Aws::Types::Recommendation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:recommendation_description, :recommendation_details])

Instance Attribute Summary collapse

Instance Attribute Details

#recommendation_description::String

Returns the value of attribute recommendation_description.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def recommendation_description
  @recommendation_description
end

#recommendation_details::String

Returns the value of attribute recommendation_details.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def recommendation_details
  @recommendation_details
end

#recommendation_id::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def recommendation_id
  @recommendation_id
end