Class: Aws::ServiceCatalog::Types::ProductViewAggregationValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ProductViewAggregationValue
- 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approximate_count ⇒ Integer
An approximate count of the products that match the value.
-
#value ⇒ String
The value of the product view aggregation.
Instance Attribute Details
#approximate_count ⇒ Integer
An approximate count of the products that match the value.
4335 4336 4337 4338 4339 4340 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4335 class ProductViewAggregationValue < Struct.new( :value, :approximate_count) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the product view aggregation.
4335 4336 4337 4338 4339 4340 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4335 class ProductViewAggregationValue < Struct.new( :value, :approximate_count) SENSITIVE = [] include Aws::Structure end |