AWSLogsScope
Objective-C
NS_ENUM(NSInteger, AWSLogsScope) {
AWSLogsScopeUnknown,
AWSLogsScopeAll,
}
Swift
enum AWSLogsScope : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLogsScopeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSLogsScopeAll
Swift
case all = 1