AWSIoTAuditNotificationType
Objective-C
NS_ENUM(NSInteger, AWSIoTAuditNotificationType) {
AWSIoTAuditNotificationTypeUnknown,
AWSIoTAuditNotificationTypeSns,
}
Swift
enum AWSIoTAuditNotificationType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTAuditNotificationTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSIoTAuditNotificationTypeSns
Swift
case sns = 1