AWSIoTActiveViolation Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSIoTModel.h AWSIoTModel.m |
behavior
The behavior which is being violated.
@property (nonatomic, strong) AWSIoTBehavior *behavior
Declared In
AWSIoTModel.h
lastViolationTime
The time the most recent violation occurred.
@property (nonatomic, strong) NSDate *lastViolationTime
Declared In
AWSIoTModel.h
lastViolationValue
The value of the metric (the measurement) which caused the most recent violation.
@property (nonatomic, strong) AWSIoTMetricValue *lastViolationValue
Declared In
AWSIoTModel.h
securityProfileName
The security profile whose behavior is in violation.
@property (nonatomic, strong) NSString *securityProfileName
Declared In
AWSIoTModel.h
thingName
The name of the thing responsible for the active violation.
@property (nonatomic, strong) NSString *thingName
Declared In
AWSIoTModel.h
violationId
The ID of the active violation.
@property (nonatomic, strong) NSString *violationId
Declared In
AWSIoTModel.h
violationStartTime
The time the violation started.
@property (nonatomic, strong) NSDate *violationStartTime
Declared In
AWSIoTModel.h