TSNSSetTopicAttributesRequest
Class in AWS.SNS
SetTopicAttributes request class.
Ancestors
Properties
AttributeName
property AttributeName: string
AttributeValue
property AttributeValue: string
TopicArn
property TopicArn: TARN
Constructors
Create
constructor Create(const AAttributeName, AAttributeValue: string; ATopicArn: TARN);
Constructor for TSNSSetTopicAttributesRequest.
Parameters
| Name | Description |
|---|---|
AAttributeName | The attribute name to set. Valid values include:||||. |
AAttributeValue | The new value for the attribute. |
ATopicArn | The Amazon Resource Name (ARN) of the topic for which to set attributes on. |