A key/value pair containing user-defined metadata that you can associate with an Amazon
            EMR resource. Tags make it easier to associate clusters in various ways, such as grouping
            clu\sters to track your Amazon EMR resource allocation costs.                    
                                                                                             
                                                    For more information, see Tagging
            Amazon EMR Resources.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class Tag
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | Tag()()()() | Initializes a new instance of the Tag class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Key | 
            Gets and sets the property Key. 
             A user-defined key, which is the minimum required information for a valid tag. For more information, see Tagging Amazon EMR Resources. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Value | 
            Gets and sets the property Value. 
             A user-defined value, which is optional in a tag. For more information, see Tagging Amazon EMR Resources. | 
|  | WithKey(String) | Obsolete. 
            Sets the Key property
             | 
|  | WithValue(String) | Obsolete. 
            Sets the Value property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Tag |