Table of Contents

Class Tag

Namespace
Amazon.SecretsManager.Model
Assembly
AWSSDK.SecretsManager.dll

A structure that contains information about a tag.

public class Tag
Inheritance
Tag
Inherited Members

Constructors

Tag()

public Tag()

Properties

Key

Gets and sets the property Key.

The key identifier, or name, of the tag.

public string Key { get; set; }

Property Value

string

Value

Gets and sets the property Value.

The string value associated with the key of the tag.

public string Value { get; set; }

Property Value

string