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