AWSLogsSuppressionType
Objective-C
NS_ENUM(NSInteger, AWSLogsSuppressionType) {
AWSLogsSuppressionTypeUnknown,
AWSLogsSuppressionTypeLimited,
AWSLogsSuppressionTypeInfinite,
}
Swift
enum AWSLogsSuppressionType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLogsSuppressionTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSLogsSuppressionTypeLimited
Swift
case limited = 1
-
Undocumented
Declaration
Objective-C
AWSLogsSuppressionTypeInfinite
Swift
case infinite = 2