AWS SDK for .NET Documentation
RemovePermissionRequest Class
AmazonAmazon.SQS.ModelRemovePermissionRequest Did this page help you?   Yes   No    Tell us about it...
Removes the permission with the specified statement id from the queue.
Declaration Syntax
C#
public class RemovePermissionRequest : SQSRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
RemovePermissionRequest()()()()
Initializes a new instance of the RemovePermissionRequest class

Equals(Object)
Determines whether the specified Object is equal to the current 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.

Inheritance Hierarchy
Object
SQSRequest
 RemovePermissionRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)