AWSIoTAggregationTypeName

Objective-C

NS_ENUM(NSInteger, AWSIoTAggregationTypeName) {
    AWSIoTAggregationTypeNameUnknown,
    AWSIoTAggregationTypeNameStatistics,
    AWSIoTAggregationTypeNamePercentiles,
    AWSIoTAggregationTypeNameCardinality,
}

Swift

enum AWSIoTAggregationTypeName : Int, @unchecked Sendable

Undocumented