Table of Contents

Class GetSubscriptionAttributesRequest

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

Container for the parameters to the GetSubscriptionAttributes operation. Returns all of the properties of a subscription.

public class GetSubscriptionAttributesRequest : AmazonSimpleNotificationServiceRequest
Inheritance
GetSubscriptionAttributesRequest

Constructors

GetSubscriptionAttributesRequest()

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

public GetSubscriptionAttributesRequest()

GetSubscriptionAttributesRequest(string)

Instantiates GetSubscriptionAttributesRequest with the parameterized properties

public GetSubscriptionAttributesRequest(string subscriptionArn)

Parameters

subscriptionArn string

The ARN of the subscription whose properties you want to get.

Properties

SubscriptionArn

Gets and sets the property SubscriptionArn.

The ARN of the subscription whose properties you want to get.

public string SubscriptionArn { get; set; }

Property Value

string