AWSDynamoDBDeleteResourcePolicyOutput

Objective-C

@interface AWSDynamoDBDeleteResourcePolicyOutput

Swift

class AWSDynamoDBDeleteResourcePolicyOutput
  • A unique string that represents the revision ID of the policy. If you’re comparing revision IDs, make sure to always use string comparison logic.

    This value will be empty if you make a request against a resource without a policy.

    Declaration

    Objective-C

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

    Swift

    var revisionId: String? { get set }