Class: Aws::Types::ListSolutionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSolutionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#solutions ⇒ ::Array[Types::SolutionSummary]
Returns the value of attribute solutions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def next_token @next_token end |
#solutions ⇒ ::Array[Types::SolutionSummary]
Returns the value of attribute solutions.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def solutions @solutions end |