AWSLogsGetDataProtectionPolicyRequest

Objective-C

@interface AWSLogsGetDataProtectionPolicyRequest

Swift

class AWSLogsGetDataProtectionPolicyRequest
  • The name or ARN of the log group that contains the data protection policy that you want to see.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable logGroupIdentifier;

    Swift

    var logGroupIdentifier: String? { get set }