AWSLogsScope
Objective-C
NS_ENUM(NSInteger, AWSLogsScope) {
AWSLogsScopeUnknown,
AWSLogsScopeAll,
}
Swift
enum AWSLogsScope : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLogsScopeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSLogsScopeAllSwift
case all = 1
View on GitHub
Install in Dash
AWSLogsScope Enumeration Reference