ram_untag_resource: Removes the specified tags from the specified resource share that you
own
Description
Removes the specified tags from the specified resource share that you
own.
Usage
ram_untag_resource(resourceShareArn, tagKeys)
Arguments
resourceShareArn
[required] The Amazon Resource Name (ARN) of the resource share.
tagKeys
[required] The tag keys of the tags to remove.
Request syntax
svc$untag_resource(
  resourceShareArn = "string",
  tagKeys = list(
    "string"
  )
)