Table of Contents

Class Tag

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

The list of tags to be added to the specified topic.

public class Tag
Inheritance
Tag
Inherited Members

Constructors

Tag()

public Tag()

Properties

Key

Gets and sets the property Key.

The required key portion of the tag.

public string Key { get; set; }

Property Value

string

Value

Gets and sets the property Value.

The optional value portion of the tag.

public string Value { get; set; }

Property Value

string