Class SubscribeResponse
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
Response for Subscribe action.
public class SubscribeResponse : AmazonWebServiceResponse
- Inheritance
-
SubscribeResponse
Constructors
SubscribeResponse()
public SubscribeResponse()
Properties
SubscriptionArn
Gets and sets the property SubscriptionArn.
The ARN of the subscription if it is confirmed, or the string "pending confirmation" if the subscription requires confirmation. However, if the API request parameter
ReturnSubscriptionArn
is true, then the value is always the subscription ARN, even if the subscription requires
confirmation.
public string SubscriptionArn { get; set; }