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 .

파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
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