Table of Contents

Class ConfirmSubscriptionResponse

Namespace
Amazon.SimpleNotificationService.Model
Assembly
AWSSDK.SimpleNotificationService.dll

Response for ConfirmSubscriptions action.

public class ConfirmSubscriptionResponse : AmazonWebServiceResponse
Inheritance
ConfirmSubscriptionResponse

Constructors

ConfirmSubscriptionResponse()

public ConfirmSubscriptionResponse()

Properties

SubscriptionArn

Gets and sets the property SubscriptionArn.

The ARN of the created subscription.

public string SubscriptionArn { get; set; }

Property Value

string