Update Tag Option
servicecatalog_update_tag_option | R Documentation |
Updates the specified TagOption¶
Description¶
Updates the specified TagOption.
Usage¶
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"
)
)