AWSLogsInheritedProperty
Objective-C
NS_ENUM(NSInteger, AWSLogsInheritedProperty) {
AWSLogsInheritedPropertyUnknown,
AWSLogsInheritedPropertyAccountDataProtection,
}
Swift
enum AWSLogsInheritedProperty : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLogsInheritedPropertyUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSLogsInheritedPropertyAccountDataProtection
Swift
case accountDataProtection = 1