AWSLogsGetDataProtectionPolicyResponse
Objective-C
@interface AWSLogsGetDataProtectionPolicyResponse
Swift
class AWSLogsGetDataProtectionPolicyResponse
-
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 document for this log group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyDocument;Swift
var policyDocument: String? { get set }
View on GitHub
Install in Dash
AWSLogsGetDataProtectionPolicyResponse Class Reference