Skip to content

Untag Resource

omics_untag_resource R Documentation

Removes tags from a resource

Description

Removes tags from a resource.

Usage

omics_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

[required] The resource's ARN.

tagKeys

[required] Keys of tags to remove.

Value

An empty list.

Request syntax

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