Class: Aws::ServiceCatalog::Types::SearchProductsOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

Returns:

  • (String)


5355
5356
5357
5358
5359
5360
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5355

class SearchProductsOutput < Struct.new(
  :product_view_summaries,
  :product_view_aggregations,
  :next_page_token)
  include Aws::Structure
end

#product_view_aggregationsHash<String,Array<Types::ProductViewAggregationValue>>

The product view aggregations.

Returns:



5355
5356
5357
5358
5359
5360
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5355

class SearchProductsOutput < Struct.new(
  :product_view_summaries,
  :product_view_aggregations,
  :next_page_token)
  include Aws::Structure
end

#product_view_summariesArray<Types::ProductViewSummary>

Information about the product views.

Returns:



5355
5356
5357
5358
5359
5360
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5355

class SearchProductsOutput < Struct.new(
  :product_view_summaries,
  :product_view_aggregations,
  :next_page_token)
  include Aws::Structure
end