Class: Aws::Types::ListSopRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSopRecommendationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sop_recommendations ⇒ ::Array[Types::SopRecommendation]
Returns the value of attribute sop_recommendations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
967 968 969 |
# File 'sig/types.rbs', line 967 def next_token @next_token end |
#sop_recommendations ⇒ ::Array[Types::SopRecommendation]
Returns the value of attribute sop_recommendations.
968 969 970 |
# File 'sig/types.rbs', line 968 def sop_recommendations @sop_recommendations end |