AWSSQSRemovePermissionRequest

Objective-C

@interface AWSSQSRemovePermissionRequest

Swift

class AWSSQSRemovePermissionRequest

Required parameters: [QueueUrl, Label]

  • The identification of the permission to remove. This is the label added using the AddPermission action.

    Declaration

    Objective-C

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

    Swift

    var label: String? { get set }
  • The URL of the Amazon SQS queue from which permissions are removed.

    Queue URLs and names are case-sensitive.

    Declaration

    Objective-C

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

    Swift

    var queueUrl: String? { get set }