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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
IsSetLabel ( ) : bool
IsSetTopicArn ( ) : bool

메소드 상세

RemovePermissionRequest() 공개 메소드

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

RemovePermissionRequest() 공개 메소드

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