AWSLogsSuppressionState
Objective-C
NS_ENUM(NSInteger, AWSLogsSuppressionState) {
AWSLogsSuppressionStateUnknown,
AWSLogsSuppressionStateSuppressed,
AWSLogsSuppressionStateUnsuppressed,
}
Swift
enum AWSLogsSuppressionState : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLogsSuppressionStateUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSLogsSuppressionStateSuppressed
Swift
case suppressed = 1
-
Undocumented
Declaration
Objective-C
AWSLogsSuppressionStateUnsuppressed
Swift
case unsuppressed = 2