Skip to content

Remove Tags From Resource

neptune_remove_tags_from_resource R Documentation

Removes metadata tags from an Amazon Neptune resource

Description

Removes metadata tags from an Amazon Neptune resource.

Usage

neptune_remove_tags_from_resource(ResourceName, TagKeys)

Arguments

ResourceName

[required] The Amazon Neptune resource that the tags are removed from. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an Amazon Resource Name (ARN).

TagKeys

[required] The tag key (name) of the tag to be removed.

Value

An empty list.

Request syntax

svc$remove_tags_from_resource(
  ResourceName = "string",
  TagKeys = list(
    "string"
  )
)