paws.analytics (version 0.1.0)

glue_untag_resource: Removes tags from a resource

Description

Removes tags from a resource.

Usage

glue_untag_resource(ResourceArn, TagsToRemove)

Arguments

ResourceArn

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

TagsToRemove

[required] Tags to remove from this resource.

Request syntax

svc$untag_resource(
  ResourceArn = "string",
  TagsToRemove = list(
    "string"
  )
)