List Tags For Resource
braket_list_tags_for_resource | R Documentation |
Shows the tags associated with this resource¶
Description¶
Shows the tags associated with this resource.
Usage¶
braket_list_tags_for_resource(resourceArn)
Arguments¶
resourceArn |
[required] Specify the |
Value¶
A list with the following syntax:
list(
tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
resourceArn = "string"
)