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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


5973
5974
5975
5976
5977
5978
5979
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5973

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

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

The product view aggregations.

Returns:



5973
5974
5975
5976
5977
5978
5979
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5973

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

#product_view_summariesArray<Types::ProductViewSummary>

Information about the product views.

Returns:



5973
5974
5975
5976
5977
5978
5979
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5973

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