paws.management (version 0.1.0)

servicecatalog_disassociate_tag_option_from_resource: Disassociates the specified TagOption from the specified resource

Description

Disassociates the specified TagOption from the specified resource.

Usage

servicecatalog_disassociate_tag_option_from_resource(ResourceId,
  TagOptionId)

Arguments

ResourceId

[required] The resource identifier.

TagOptionId

[required] The TagOption identifier.

Request syntax

svc$disassociate_tag_option_from_resource(
  ResourceId = "string",
  TagOptionId = "string"
)