Class: Aws::ServiceCatalog::Types::ProductViewAggregationValue

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

Overview

A single product view aggregation value/count pair, containing metadata about each product to which the calling user has access.

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_countInteger

An approximate count of the products that match the value.

Returns:

  • (Integer)


3835
3836
3837
3838
3839
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3835

class ProductViewAggregationValue < Struct.new(
  :value,
  :approximate_count)
  include Aws::Structure
end

#valueString

The value of the product view aggregation.

Returns:

  • (String)


3835
3836
3837
3838
3839
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3835

class ProductViewAggregationValue < Struct.new(
  :value,
  :approximate_count)
  include Aws::Structure
end