C# Class Amazon.SimpleNotificationService.Model.RemovePermissionRequest

Show file Open project: scopely/aws-sdk-net Class Usage Examples

Public Methods

Method Description
RemovePermissionRequest ( ) : System

Default constructor for a new RemovePermissionRequest object. Callers should use the properties to initialize this object after creating it.

RemovePermissionRequest ( string topicArn, string label ) : System

Constructs a new RemovePermissionRequest object. Callers should use the properties initialize any additional object members.

Private Methods

Method Description
IsSetLabel ( ) : bool
IsSetTopicArn ( ) : bool

Method Details

RemovePermissionRequest() public method

Default constructor for a new RemovePermissionRequest object. Callers should use the properties to initialize this object after creating it.
public RemovePermissionRequest ( ) : System
return System

RemovePermissionRequest() public method

Constructs a new RemovePermissionRequest object. Callers should use the properties initialize any additional object members.
public RemovePermissionRequest ( string topicArn, string label ) : System
topicArn string The ARN of the topic whose access control policy you wish to modify.
label string The unique label of the statement you want to remove.
return System