C# Class Amazon.SQS.Model.RemovePermissionRequest

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

Public Methods

Method Description
RemovePermissionRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

RemovePermissionRequest ( string queueUrl, string label ) : System

Instantiates RemovePermissionRequest with the parameterized properties

Private Methods

Method Description
IsSetLabel ( ) : bool
IsSetQueueUrl ( ) : bool

Method Details

RemovePermissionRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public RemovePermissionRequest ( ) : System
return System

RemovePermissionRequest() public method

Instantiates RemovePermissionRequest with the parameterized properties
public RemovePermissionRequest ( string queueUrl, string label ) : System
queueUrl string The URL of the Amazon SQS queue from which permissions are removed. Queue URLs are case-sensitive.
label string The identification of the permission to remove. This is the label added using the AddPermission action.
return System