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.
1912 1913 1914 |
# File 'sig/types.rbs', line 1912 def marker @marker end |
#recommendations ⇒ ::Array[Types::Recommendation]
Returns the value of attribute recommendations.
1911 1912 1913 |
# File 'sig/types.rbs', line 1911 def recommendations @recommendations end |