Class: Aws::IoT::Types::BucketsAggregationType
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::BucketsAggregationType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The type of bucketed aggregation performed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#terms_aggregation ⇒ Types::TermsAggregation
Performs an aggregation that will return a list of buckets.
Instance Attribute Details
#terms_aggregation ⇒ Types::TermsAggregation
Performs an aggregation that will return a list of buckets. The list of buckets is a ranked list of the number of occurrences of an aggregation field value.
1556 1557 1558 1559 1560 |
# File 'lib/aws-sdk-iot/types.rb', line 1556 class BucketsAggregationType < Struct.new( :terms_aggregation) SENSITIVE = [] include Aws::Structure end |