Removes the permission with the specified statement id from the queue.

C# |
public class RemovePermissionRequest : SQSRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | RemovePermissionRequest()()()() | Initializes a new instance of the RemovePermissionRequest class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IsSetLabel()()()() |
Checks if Label property is set
|
![]() | IsSetQueueUrl()()()() |
Checks if QueueUrl property is set
|
![]() | Label |
The identfication of the permission you want to remove. This is the label you added in AddPermission.
|
![]() | QueueUrl |
The URL associated with the Amazon SQS queue.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithLabel(String) | Obsolete.
Sets the identfication of the permission you want to remove. This is the label you added in AddPermission.
|
![]() | WithQueueUrl(String) | Obsolete.
Sets the URL associated with the Amazon SQS queue.
|

Object | ||
![]() | SQSRequest | |
![]() | RemovePermissionRequest |