C# 클래스 Amazon.SQS.Model.RemovePermissionRequest

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

RemovePermissionRequest() 공개 메소드

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

RemovePermissionRequest() 공개 메소드

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.
리턴 System