paws.management (version 0.1.0)

resourcegroups_untag: Deletes specified tags from a specified resource

Description

Deletes specified tags from a specified resource.

Usage

resourcegroups_untag(Arn, Keys)

Arguments

Arn

[required] The ARN of the resource from which to remove tags.

Keys

[required] The keys of the tags to be removed.

Request syntax

svc$untag(
  Arn = "string",
  Keys = list(
    "string"
  )
)