Class: Aws::ServiceCatalog::Types::ProductViewAggregationValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ProductViewAggregationValue
- 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
-
#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.
4297 4298 4299 4300 4301 4302 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4297 class ProductViewAggregationValue < Struct.new( :value, :approximate_count) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the product view aggregation.
4297 4298 4299 4300 4301 4302 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4297 class ProductViewAggregationValue < Struct.new( :value, :approximate_count) SENSITIVE = [] include Aws::Structure end |