paws.security.identity (version 0.1.0)

ram_untag_resource: Removes the specified tags from the specified resource share

Description

Removes the specified tags from the specified resource share.

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"
  )
)