AWSLogsDeleteDataProtectionPolicyRequest
Objective-C
@interface AWSLogsDeleteDataProtectionPolicyRequest
Swift
class AWSLogsDeleteDataProtectionPolicyRequest
-
The name or ARN of the log group that you want to delete the data protection policy for.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable logGroupIdentifier;
Swift
var logGroupIdentifier: String? { get set }