Table of Contents

Class Tag

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

Tag is a key-value pair of metadata associated with an S3Object

public class Tag
Inheritance
Tag
Inherited Members

Constructors

Tag()

public Tag()

Properties

Key

Name of the object key.

public string Key { get; set; }

Property Value

string

Value

Value of the tag.

public string Value { get; set; }

Property Value

string