athena_batch_get_prepared_statement {paws.analytics} | R Documentation |
Returns the details of a single prepared statement or a list of up to 256 prepared statements for the array of prepared statement names that you provide
Description
Returns the details of a single prepared statement or a list of up to 256 prepared statements for the array of prepared statement names that you provide. Requires you to have access to the workgroup to which the prepared statements belong. If a prepared statement cannot be retrieved for the name specified, the statement is listed in UnprocessedPreparedStatementNames
.
See https://www.paws-r-sdk.com/docs/athena_batch_get_prepared_statement/ for full documentation.
Usage
athena_batch_get_prepared_statement(PreparedStatementNames, WorkGroup)
Arguments
PreparedStatementNames |
[required] A list of prepared statement names to return. |
WorkGroup |
[required] The name of the workgroup to which the prepared statements belong. |
[Package paws.analytics version 0.7.0 Index]