Untag Resource
costandusagereportservice_untag_resource | R Documentation |
Disassociates a set of tags from a report definition¶
Description¶
Disassociates a set of tags from a report definition.
Usage¶
costandusagereportservice_untag_resource(ReportName, TagKeys)
Arguments¶
ReportName |
[required] The report name of the report definition that tags are to be disassociated from. |
TagKeys |
[required] The tags to be disassociated from the report definition resource. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
ReportName = "string",
TagKeys = list(
"string"
)
)