Class Tag
Tag.
Inheritance
System.Object
Tag
Implements
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.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;
var 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