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
|
Method | Description | |
---|---|---|
IsSetKey ( ) : bool | ||
IsSetValue ( ) : bool |
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 |