Class: Aws::PartnerCentralSelling::Types::ListSolutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::ListSolutionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A pagination token used to retrieve the next set of results in subsequent calls.
-
#solution_summaries ⇒ Array<Types::SolutionBase>
An array with minimal details for solutions matching the request criteria.
Instance Attribute Details
#next_token ⇒ String
A pagination token used to retrieve the next set of results in subsequent calls. This token is included in the response only if there are additional result pages available.
3785 3786 3787 3788 3789 3790 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3785 class ListSolutionsResponse < Struct.new( :next_token, :solution_summaries) SENSITIVE = [] include Aws::Structure end |
#solution_summaries ⇒ Array<Types::SolutionBase>
An array with minimal details for solutions matching the request criteria.
3785 3786 3787 3788 3789 3790 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3785 class ListSolutionsResponse < Struct.new( :next_token, :solution_summaries) SENSITIVE = [] include Aws::Structure end |