Skip to content

Untag Resource

inspector2_untag_resource R Documentation

Removes tags from a resource

Description

Removes tags from a resource.

Usage

inspector2_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) for the resource to remove tags from.

tagKeys

[required] The tag keys to remove from the resource.

Value

An empty list.

Request syntax

svc$untag_resource(
  resourceArn = "string",
  tagKeys = list(
    "string"
  )
)