Skip to main content

TSNSSetSubscriptionAttributesRequest

Class in AWS.SNS

SetSubscriptionAttributes request class.

Ancestors

Properties

AttributeName

property AttributeName: string

AttributeValue

property AttributeValue: string

SubscriptionArn

property SubscriptionArn: TARN

Constructors

Create

constructor Create(const AAttributeName, AAttributeValue: string; ASubscriptionArn: TARN);

Constructor for TSNSSetSubscriptionAttributesRequest.

Parameters

NameDescription
AAttributeNameThe attribute name to set. Valid values include:||||.
AAttributeValueThe new value for the attribute.
ASubscriptionArnThe Amazon Resource Name (ARN) of the subscription for which to set attributes.