Learn R Programming

paws.customer.engagement (version 0.1.6)

connect_untag_resource: Removes the specified tags from the specified resource

Description

Removes the specified tags from the specified resource.

Usage

connect_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the resource.

tagKeys

[required] The tag keys.

Request syntax

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