Amazon.SQS.Model.RemovePermissionRequest.RemovePermissionRequest C# (CSharp) Метод

RemovePermissionRequest() публичный Метод

Instantiates RemovePermissionRequest with the parameterized properties
public RemovePermissionRequest ( string queueUrl, string label ) : System
queueUrl string The URL of the Amazon SQS queue from which permissions are removed. Queue URLs are case-sensitive.
label string The identification of the permission to remove. This is the label added using the AddPermission action.
Результат System
        public RemovePermissionRequest(string queueUrl, string label)
        {
            _queueUrl = queueUrl;
            _label = label;
        }

Same methods

RemovePermissionRequest::RemovePermissionRequest ( ) : System