Class: Aws::Types::ListRecommendationsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListRecommendationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#recommendations ⇒ ::Array[Types::Recommendation]
Returns the value of attribute recommendations.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def marker @marker end |
#recommendations ⇒ ::Array[Types::Recommendation]
Returns the value of attribute recommendations.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def recommendations @recommendations end |