AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Container for the parameters to the SetSubscriptionAttributes operation. Allows a subscription owner to set an attribute of the topic to a new value.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceRequest
      Amazon.SimpleNotificationService.Model.SetSubscriptionAttributesRequest

Namespace: Amazon.SimpleNotificationService.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class SetSubscriptionAttributesRequest : AmazonSimpleNotificationServiceRequest
         IRequestEvents

The SetSubscriptionAttributesRequest type exposes the following members

Constructors

NameDescription
Public Method SetSubscriptionAttributesRequest() Empty constructor used to set properties independently even when a simple constructor is available
Public Method SetSubscriptionAttributesRequest(string, string, string) Instantiates SetSubscriptionAttributesRequest with the parameterized properties

Properties

NameTypeDescription
Public Property AttributeName System.String Gets and sets the property AttributeName.

The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.

Valid values: DeliveryPolicy | RawMessageDelivery

Public Property AttributeValue System.String Gets and sets the property AttributeValue.

The new value for the attribute in JSON format.

Public Property SubscriptionArn System.String Gets and sets the property SubscriptionArn.

The ARN of the subscription to modify.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8