AWSLogsInheritedProperty

Objective-C

NS_ENUM(NSInteger, AWSLogsInheritedProperty) {
    AWSLogsInheritedPropertyUnknown,
    AWSLogsInheritedPropertyAccountDataProtection,
}

Swift

enum AWSLogsInheritedProperty : Int, @unchecked Sendable

Undocumented