List Tags For Resource
servicequotas_list_tags_for_resource | R Documentation |
Returns a list of the tags assigned to the specified applied quota¶
Description¶
Returns a list of the tags assigned to the specified applied quota.
Usage¶
servicequotas_list_tags_for_resource(ResourceARN)
Arguments¶
ResourceARN |
[required] The Amazon Resource Name (ARN) for the applied quota
for which you want to list tags. You can get this information by using
the Service Quotas console, or by listing the quotas using the list-service-quotas
CLI command or the |
Value¶
A list with the following syntax:
list(
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
Request syntax¶
svc$list_tags_for_resource(
ResourceARN = "string"
)