You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SQS::Types::RemovePermissionRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RemovePermissionRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  queue_url: "String", # required
  label: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#labelString

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

Returns:

  • (String)

    The identification of the permission to remove.

#queue_urlString

The URL of the Amazon SQS queue from which permissions are removed.

Queue URLs and names are case-sensitive.

Returns:

  • (String)

    The URL of the Amazon SQS queue from which permissions are removed.