cis tagging tag: update spec

The update_spec structure describes the updates to be made to an existing tag.

Use the 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 create operation. You can also retrieve an identifier by using the list operation.

Representation:

{
    "description""string",
    "name""string"
}

Attributes:

Name Type Description
Optional
name string The display name of the tag.

Optional. If unset the name will not be modified.

description string The description of the tag.

Optional. If unset the description will not be modified.