Class: Aws::Types::GetRecommendationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRecommendationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#language ⇒ "en", ...
Returns the value of attribute language.
-
#recommendation_identifier ⇒ ::String
Returns the value of attribute recommendation_identifier.
Instance Attribute Details
#language ⇒ "en", ...
Returns the value of attribute language.
71 72 73 |
# File 'sig/types.rbs', line 71 def language @language end |
#recommendation_identifier ⇒ ::String
Returns the value of attribute recommendation_identifier.
70 71 72 |
# File 'sig/types.rbs', line 70 def recommendation_identifier @recommendation_identifier end |