Get Test Execution Artifacts Url
lexmodelsv2_get_test_execution_artifacts_url | R Documentation |
The pre-signed Amazon S3 URL to download the test execution result artifacts¶
Description¶
The pre-signed Amazon S3 URL to download the test execution result artifacts.
Usage¶
lexmodelsv2_get_test_execution_artifacts_url(testExecutionId)
Arguments¶
testExecutionId |
[required] The unique identifier of the completed test execution. |
Value¶
A list with the following syntax:
list(
testExecutionId = "string",
downloadArtifactsUrl = "string"
)
Request syntax¶
svc$get_test_execution_artifacts_url(
testExecutionId = "string"
)