Removes a statement from a topic's access control policy.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class RemovePermissionRequest : SNSRequest
 Members
 Members| 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
             | 
|  | 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
 Inheritance Hierarchy| Object | ||
|  | SNSRequest | |
|  | RemovePermissionRequest | |