AWSIoTBucketsAggregationType
Objective-C
@interface AWSIoTBucketsAggregationType
Swift
class AWSIoTBucketsAggregationType
The type of bucketed aggregation performed.
-
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.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTTermsAggregation *_Nullable termsAggregation;
Swift
var termsAggregation: AWSIoTTermsAggregation? { get set }