AWSComprehendDescribeResourcePolicyResponse
Objective-C
@interface AWSComprehendDescribeResourcePolicyResponse
Swift
class AWSComprehendDescribeResourcePolicyResponse
-
The time at which the policy was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationTime;Swift
var creationTime: Date? { get set } -
The time at which the policy was last modified.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastModifiedTime;Swift
var lastModifiedTime: Date? { get set } -
The revision ID of the policy. Each time you modify a policy, Amazon Comprehend assigns a new revision ID, and it deletes the prior version of the policy.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyRevisionId;Swift
var policyRevisionId: String? { get set } -
The JSON body of the resource-based policy.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourcePolicy;Swift
var resourcePolicy: String? { get set }
View on GitHub
Install in Dash
AWSComprehendDescribeResourcePolicyResponse Class Reference