Tagging_Tag_UpdateSpec
Tagging_Tag_UpdateSpec
The Tag.UpdateSpec structure describes the updates to be made to an existing tag. Use the Tag.update operation to modify a tag. When you call the operation, you specify the tag identifier. You obtain the tag identifier when you call the Tag.create operation. You can also retrieve an identifier by using the Tag.list operation.
JSON Example
{
"name": "string",
"description": "string"
}
string
name
Optional
The display name of the tag. If unset the name will not be modified.
string
description
Optional
The description of the tag. If unset the description will not be modified.