Метод | Описание | |
---|---|---|
CreateTagsRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
CreateTagsRequest ( List |
Instantiates CreateTagsRequest with the parameterized properties
|
Метод | Описание | |
---|---|---|
IsSetResources ( ) : bool | ||
IsSetTags ( ) : bool |
public CreateTagsRequest ( List |
||
resources | List |
The IDs of one or more resources to tag. For example, ami-1a2b3c4d. |
tags | List |
One or more tags. The value parameter is required, but if you don't want the tag to have a value, specify the parameter with no value, and we set the value to an empty string. |
Результат | System |