메소드 | 설명 | |
---|---|---|
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
|
메소드 | 설명 | |
---|---|---|
IsSetLabel ( ) : bool | ||
IsSetQueueUrl ( ) : bool |
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. |
리턴 | System |