AWSLogsInheritedProperty
Objective-C
NS_ENUM(NSInteger, AWSLogsInheritedProperty) {
AWSLogsInheritedPropertyUnknown,
AWSLogsInheritedPropertyAccountDataProtection,
}
Swift
enum AWSLogsInheritedProperty : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLogsInheritedPropertyUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSLogsInheritedPropertyAccountDataProtectionSwift
case accountDataProtection = 1
View on GitHub
Install in Dash
AWSLogsInheritedProperty Enumeration Reference