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

Container for the parameters to the Unsubscribe operation. Deletes a subscription. If the subscription requires authentication for deletion, only the owner of the subscription or the topic's owner can unsubscribe, and an AWS signature is required. If the Unsubscribe call does not require authentication and the requester is not the subscription owner, a final cancellation message is delivered to the endpoint, so that the endpoint owner can easily resubscribe to the topic if the Unsubscribe request was unintended.
상속: AmazonSimpleNotificationServiceRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
UnsubscribeRequest ( ) : System

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

UnsubscribeRequest ( string subscriptionArn ) : System

Instantiates UnsubscribeRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetSubscriptionArn ( ) : bool

메소드 상세

UnsubscribeRequest() 공개 메소드

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

UnsubscribeRequest() 공개 메소드

Instantiates UnsubscribeRequest with the parameterized properties
public UnsubscribeRequest ( string subscriptionArn ) : System
subscriptionArn string The ARN of the subscription to be deleted.
리턴 System