Untag Resource
swf_untag_resource | R Documentation |
Remove a tag from a Amazon SWF domain¶
Description¶
Remove a tag from a Amazon SWF domain.
Usage¶
swf_untag_resource(resourceArn, tagKeys)
Arguments¶
resourceArn |
[required] The Amazon Resource Name (ARN) for the Amazon SWF domain. |
tagKeys |
[required] The list of tags to remove from the Amazon SWF domain. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
resourceArn = "string",
tagKeys = list(
"string"
)
)