Update Tag Option
servicecatalog_update_tag_option | R Documentation |
Updates the specified TagOption¶
Description¶
Updates the specified TagOption.
Usage¶
servicecatalog_update_tag_option(Id, Value, Active)
Arguments¶
Id |
[required] The TagOption identifier. |
Value |
The updated value. |
Active |
The updated active state. |
Value¶
A list with the following syntax:
list(
TagOptionDetail = list(
Key = "string",
Value = "string",
Active = TRUE|FALSE,
Id = "string",
Owner = "string"
)
)
Request syntax¶
svc$update_tag_option(
Id = "string",
Value = "string",
Active = TRUE|FALSE
)