Class: Aws::PartnerCentralSelling::Types::ListSolutionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-partnercentralselling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


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_summariesArray<Types::SolutionBase>

An array with minimal details for solutions matching the request criteria.

Returns:



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