Untag Resource
datazone_untag_resource | R Documentation |
Untags a resource in Amazon DataZone¶
Description¶
Untags a resource in Amazon DataZone.
Usage¶
datazone_untag_resource(resourceArn, tagKeys)
Arguments¶
resourceArn |
[required] The ARN of the resource to be untagged in Amazon DataZone. |
tagKeys |
[required] Specifies the tag keys for the
|
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
resourceArn = "string",
tagKeys = list(
"string"
)
)