AWSIoTAuditNotificationType
Objective-C
NS_ENUM(NSInteger, AWSIoTAuditNotificationType) {
AWSIoTAuditNotificationTypeUnknown,
AWSIoTAuditNotificationTypeSns,
}
Swift
enum AWSIoTAuditNotificationType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTAuditNotificationTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSIoTAuditNotificationTypeSnsSwift
case sns = 1
View on GitHub
Install in Dash
AWSIoTAuditNotificationType Enumeration Reference