Get Resource Dashboard
| athena_get_resource_dashboard | R Documentation |
Gets the Live UI/Persistence UI for a session¶
Description¶
Gets the Live UI/Persistence UI for a session.
Usage¶
athena_get_resource_dashboard(ResourceARN)
Arguments¶
ResourceARN |
[required] The The Amazon Resource Name (ARN) for a session. |
Value¶
A list with the following syntax:
list(
Url = "string"
)
Request syntax¶
svc$get_resource_dashboard(
ResourceARN = "string"
)