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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicecatalog/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_countInteger

An approximate count of the products that match the value.

Returns:

  • (Integer)


4335
4336
4337
4338
4339
4340
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4335

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

#valueString

The value of the product view aggregation.

Returns:

  • (String)


4335
4336
4337
4338
4339
4340
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4335

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