AWSIoTListViolationEventsRequest Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSIoTModel.h AWSIoTModel.m |
endTime
The end time for the alerts to be listed.
@property (nonatomic, strong) NSDate *endTime
Declared In
AWSIoTModel.h
maxResults
The maximum number of results to return at one time.
@property (nonatomic, strong) NSNumber *maxResults
Declared In
AWSIoTModel.h
nextToken
The token for the next set of results.
@property (nonatomic, strong) NSString *nextToken
Declared In
AWSIoTModel.h
securityProfileName
A filter to limit results to those alerts generated by the specified security profile.
@property (nonatomic, strong) NSString *securityProfileName
Declared In
AWSIoTModel.h
startTime
The start time for the alerts to be listed.
@property (nonatomic, strong) NSDate *startTime
Declared In
AWSIoTModel.h
thingName
A filter to limit results to those alerts caused by the specified thing.
@property (nonatomic, strong) NSString *thingName
Declared In
AWSIoTModel.h