C# Класс 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 .

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IsSetKey ( ) : bool
IsSetValue ( ) : bool

Описание методов

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

Empty constructor used to set properties independently even when a simple constructor is available
public Tag ( ) : System
Результат System

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