AWS SDK for .NET Documentation
RemovePermissionRequest Class
AmazonAmazon.SimpleNotificationService.ModelRemovePermissionRequest Did this page help you?   Yes   No    Tell us about it...
Removes a statement from a topic's access control policy.
Declaration Syntax
C#
public class RemovePermissionRequest : SNSRequest
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

IsSetTopicArn()()()()
Checks if TopicArn property is set

Label
The unique label of the statement you want to remove.

TopicArn
The Amazon Reference Name (ARN) of the topic whose access control policy you want to modify.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithLabel(String) Obsolete.
Sets the unique label of the statement you want to remove.

WithTopicArn(String) Obsolete.
Sets the Amazon Reference Name (ARN) of the topic whose access control policy you want to modify.

Inheritance Hierarchy
Object
SNSRequest
 RemovePermissionRequest

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