AWSComprehendPutResourcePolicyResponse

Objective-C

@interface AWSComprehendPutResourcePolicyResponse

Swift

class AWSComprehendPutResourcePolicyResponse
  • 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 }