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
| Name | Description |
|---|---|
AAttributeName | The attribute name to set. Valid values include:||||. |
AAttributeValue | The new value for the attribute. |
ASubscriptionArn | The Amazon Resource Name (ARN) of the subscription for which to set attributes. |