Class: Aws::Types::Recommendation
- Inherits:
-
Object
- Object
- Aws::Types::Recommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#recommendation_description ⇒ ::String
Returns the value of attribute recommendation_description.
-
#recommendation_details ⇒ ::String
Returns the value of attribute recommendation_details.
-
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
Instance Attribute Details
#recommendation_description ⇒ ::String
Returns the value of attribute recommendation_description.
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.
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.
325 326 327 |
# File 'sig/types.rbs', line 325 def recommendation_id @recommendation_id end |