Skip to content

Untag Resource

licensemanagerlinuxsubscriptions_untag_resource R Documentation

Remove one or more metadata tag from the specified Amazon Web Services resource

Description

Remove one or more metadata tag from the specified Amazon Web Services resource.

Usage

licensemanagerlinuxsubscriptions_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the Amazon Web Services resource to remove the metadata tags from.

tagKeys

[required] A list of metadata tag keys to remove from the requested resource.

Value

An empty list.

Request syntax

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