Amazon.ElasticMapReduce.Model.Tag.Tag C# (CSharp) Метод

Tag() публичный Метод

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.
Результат System
        public Tag(string key, string value)
        {
            _key = key;
            _value = value;
        }

Same methods

Tag::Tag ( ) : System