class Aws::SQS::Types::RemovePermissionRequest

@note When making an API call, you may pass RemovePermissionRequest

data as a hash:

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

@!attribute [rw] queue_url

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

Queue URLs and names are case-sensitive.
@return [String]

@!attribute [rw] label

The identification of the permission to remove. This is the label
added using the ` AddPermission ` action.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sqs-2012-11-05/RemovePermissionRequest AWS API Documentation

Constants

SENSITIVE