Table of Contents

Class UntagResourceRequest

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

Container for the parameters to the UntagResource operation. Remove tags from the specified Amazon SNS topic. For an overview, see Amazon SNS Tags in the Amazon SNS Developer Guide.

public class UntagResourceRequest : AmazonSimpleNotificationServiceRequest
Inheritance
UntagResourceRequest

Constructors

UntagResourceRequest()

public UntagResourceRequest()

Properties

ResourceArn

Gets and sets the property ResourceArn.

The ARN of the topic from which to remove tags.

public string ResourceArn { get; set; }

Property Value

string

TagKeys

Gets and sets the property TagKeys.

The list of tag keys to remove from the specified topic.

public List<string> TagKeys { get; set; }

Property Value

List<string>