Method: Aws::Athena::Client#start_query_execution
- Defined in:
- lib/aws-sdk-athena/client.rb
#start_query_execution(params = {}) ⇒ Types::StartQueryExecutionOutput
Runs the SQL query statements contained in the Query. Requires you to have access to the workgroup in which the query ran. Running queries against an external catalog requires GetDataCatalog permission to the catalog. For code samples using the Amazon Web Services SDK for Java, see [Examples and Code Samples] in the *Amazon Athena User Guide*.
3439 3440 3441 3442 |
# File 'lib/aws-sdk-athena/client.rb', line 3439 def start_query_execution(params = {}, = {}) req = build_request(:start_query_execution, params) req.send_request() end |