Class: Aws::IoT::Types::TermsAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::TermsAggregation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_buckets ⇒ Integer
The number of buckets to return in the response.
Instance Attribute Details
#max_buckets ⇒ Integer
The number of buckets to return in the response. Default to 10.
15135 15136 15137 15138 15139 |
# File 'lib/aws-sdk-iot/types.rb', line 15135 class TermsAggregation < Struct.new( :max_buckets) SENSITIVE = [] include Aws::Structure end |