List Tags For Resource
costandusagereportservice_list_tags_for_resource | R Documentation |
Lists the tags associated with the specified report definition¶
Description¶
Lists the tags associated with the specified report definition.
Usage¶
costandusagereportservice_list_tags_for_resource(ReportName)
Arguments¶
ReportName |
[required] The report name of the report definition that tags are to be returned for. |
Value¶
A list with the following syntax:
list(
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
Request syntax¶
svc$list_tags_for_resource(
ReportName = "string"
)