C# Class Amazon.ElasticMapReduce.Model.Tag

A key/value pair that contains 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 clusters to track your Amazon EMR resource allocation costs. For more information, see Tagging Amazon EMR Resources .

Exibir arquivo Open project: aws/aws-sdk-net

Public Methods

Method Description
Tag ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

Tag ( string key, string value ) : System

Instantiates Tag with the parameterized properties

Private Methods

Method Description
IsSetKey ( ) : bool
IsSetValue ( ) : bool

Method Details

Tag() public method

Empty constructor used to set properties independently even when a simple constructor is available
public Tag ( ) : System
return System

Tag() public method

Instantiates Tag with the parameterized properties
public Tag ( string key, string value ) : System
key string A user-defined key, which is the minimum required information for a valid tag. For more information, see Tagging Amazon EMR Resources.
value string A user-defined value, which is optional in a tag. For more information, see Tagging Amazon EMR Resources.
return System