AWSIoTAuditNotificationType

Objective-C

NS_ENUM(NSInteger, AWSIoTAuditNotificationType) {
    AWSIoTAuditNotificationTypeUnknown,
    AWSIoTAuditNotificationTypeSns,
}

Swift

enum AWSIoTAuditNotificationType : Int, @unchecked Sendable

Undocumented