AWSIoTGetBucketsAggregationRequest
Objective-C
@interface AWSIoTGetBucketsAggregationRequest
Swift
class AWSIoTGetBucketsAggregationRequest
-
The aggregation field.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable aggregationField;
Swift
var aggregationField: String? { get set }
-
The basic control of the response shape and the bucket aggregation type to perform.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTBucketsAggregationType *_Nullable bucketsAggregationType;
Swift
var bucketsAggregationType: AWSIoTBucketsAggregationType? { get set }
-
The name of the index to search.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable indexName;
Swift
var indexName: String? { get set }
-
The search query string.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable queryString;
Swift
var queryString: String? { get set }
-
The version of the query.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable queryVersion;
Swift
var queryVersion: String? { get set }