List Tags For Resource
billingconductor_list_tags_for_resource | R Documentation |
A list the tags for a resource¶
Description¶
A list the tags for a resource.
Usage¶
billingconductor_list_tags_for_resource(ResourceArn)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) that identifies the resource to list the tags. |
Value¶
A list with the following syntax:
list(
Tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
ResourceArn = "string"
)