paws.management (version 0.1.0)

servicecatalog_update_tag_option: 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.

Request syntax

svc$update_tag_option(
  Id = "string",
  Value = "string",
  Active = TRUE|FALSE
)