Class: Aws::IoT::Types::BucketsAggregationType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

The type of bucketed aggregation performed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#terms_aggregationTypes::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.



1479
1480
1481
1482
1483
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1479

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