C# Класс Amazon.SQS.Model.RemovePermissionRequest

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
RemovePermissionRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

RemovePermissionRequest ( string queueUrl, string label ) : System

Instantiates RemovePermissionRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetLabel ( ) : bool
IsSetQueueUrl ( ) : bool

Описание методов

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

Empty constructor used to set properties independently even when a simple constructor is available
public RemovePermissionRequest ( ) : System
Результат System

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