Class: Aws::IoT::Types::TermsAggregation

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

Instance Attribute Details

#max_bucketsInteger

The number of buckets to return in the response. Default to 10.

Returns:

  • (Integer)


14492
14493
14494
14495
14496
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14492

class TermsAggregation < Struct.new(
  :max_buckets)
  SENSITIVE = []
  include Aws::Structure
end