AWSIoTListViolationEventsResponse

Objective-C

@interface AWSIoTListViolationEventsResponse

Swift

class AWSIoTListViolationEventsResponse
  • A token that can be used to retrieve the next set of results, or null if there are no additional results.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }
  • The security profile violation alerts issued for this account during the given time period, potentially filtered by security profile, behavior violated, or thing (device) violating.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSIoTViolationEvent *> *_Nullable violationEvents;

    Swift

    var violationEvents: [AWSIoTViolationEvent]? { get set }