AWSLogsPutDataProtectionPolicyResponse

Objective-C

@interface AWSLogsPutDataProtectionPolicyResponse

Swift

class AWSLogsPutDataProtectionPolicyResponse
  • The date and time that this policy was most recently updated.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable lastUpdatedTime;

    Swift

    var lastUpdatedTime: NSNumber? { get set }
  • The log group name or ARN that you specified in your request.

    Declaration

    Objective-C

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

    Swift

    var logGroupIdentifier: String? { get set }
  • The data protection policy used for this log group.

    Declaration

    Objective-C

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

    Swift

    var policyDocument: String? { get set }