AWSIoTBucket
Objective-C
@interface AWSIoTBucket
Swift
class AWSIoTBucket
A count of documents that meets a specific aggregation criteria.
-
The number of documents that have the value counted for the particular bucket.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable count;
Swift
var count: NSNumber? { get set }
-
The value counted for the particular bucket.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable keyValue;
Swift
var keyValue: String? { get set }