AWSComprehendDeleteResourcePolicyRequest

Objective-C

@interface AWSComprehendDeleteResourcePolicyRequest

Swift

class AWSComprehendDeleteResourcePolicyRequest
  • The revision ID of the policy to delete.

    Declaration

    Objective-C

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

    Swift

    var policyRevisionId: String? { get set }
  • The Amazon Resource Name (ARN) of the custom model version that has the policy to delete.

    Declaration

    Objective-C

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

    Swift

    var resourceArn: String? { get set }