Show / Hide Table of Contents

Class Tag

Tag.

Inheritance
System.Object
Tag
Implements
ITag
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.AWS.S3.dll
Syntax (csharp)
public class Tag : Object, ITag
Syntax (vb)
Public Class Tag
    Inherits Object
    Implements ITag
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.S3;

Tag tag = new Tag {
    Key = "key",
    Value = "value"
};

Synopsis

Constructors

Tag()

Properties

Key

key to e tagged.

Value

additional value.

Constructors

Tag()

public Tag()

Properties

Key

key to e tagged.

public string Key { get; set; }
Property Value

System.String

Value

additional value.

public string Value { get; set; }
Property Value

System.String

Implements

ITag
Back to top Generated by DocFX