C# Class Amazon.SQS.Model.RemovePermissionRequest

Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
IsSetLabel ( ) : bool
IsSetQueueUrl ( ) : bool

Method Details

RemovePermissionRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public RemovePermissionRequest ( ) : System
Résultat System

RemovePermissionRequest() public méthode

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.
Résultat System