AWSIoTListActiveViolationsRequest

Objective-C

@interface AWSIoTListActiveViolationsRequest

Swift

class AWSIoTListActiveViolationsRequest
  • The criteria for a behavior.

    Declaration

    Objective-C

    @property (nonatomic) AWSIoTBehaviorCriteriaType behaviorCriteriaType;

    Swift

    var behaviorCriteriaType: AWSIoTBehaviorCriteriaType { 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 }
  • The name of the Device Defender security profile for which violations are listed.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable securityProfileName;

    Swift

    var securityProfileName: String? { get set }
  • The name of the thing whose active violations are listed.

    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 }