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.
-
#solution_summaries ⇒ ::Array[Types::SolutionBase]
Returns the value of attribute solution_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def next_token @next_token end |
#solution_summaries ⇒ ::Array[Types::SolutionBase]
Returns the value of attribute solution_summaries.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def solution_summaries @solution_summaries end |