AWSIoTListViolationEventsRequest
Objective-C
@interface AWSIoTListViolationEventsRequest
Swift
class AWSIoTListViolationEventsRequest
-
The criteria for a behavior.
Declaration
Objective-C
@property (nonatomic) AWSIoTBehaviorCriteriaType behaviorCriteriaType;Swift
var behaviorCriteriaType: AWSIoTBehaviorCriteriaType { get set } -
The end time for the alerts to be listed.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable endTime;Swift
var endTime: Date? { get set } -
A list of all suppressed alerts.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable listSuppressedAlerts;Swift
var listSuppressedAlerts: NSNumber? { get set } -
The maximum number of results to return at one time.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;Swift
var maxResults: NSNumber? { get set } -
The token for the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set } -
A filter to limit results to those alerts generated by the specified security profile.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable securityProfileName;Swift
var securityProfileName: String? { get set } -
The start time for the alerts to be listed.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable startTime;Swift
var startTime: Date? { get set } -
A filter to limit results to those alerts caused by the specified thing.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable thingName;Swift
var thingName: String? { get set } -
The verification state of the violation (detect alarm).
Declaration
Objective-C
@property (nonatomic) AWSIoTVerificationState verificationState;Swift
var verificationState: AWSIoTVerificationState { get set }
View on GitHub
Install in Dash
AWSIoTListViolationEventsRequest Class Reference