Struct aws_sdk_athena::client::fluent_builders::BatchGetQueryExecution [−][src]
pub struct BatchGetQueryExecution<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to BatchGetQueryExecution.
Returns the details of a single query execution or a list of up to 50 query executions, which you provide as an array of query execution ID strings. Requires you to have access to the workgroup in which the queries ran. To get a list of query execution IDs, use ListQueryExecutionsInput$WorkGroup. Query executions differ from named (saved) queries. Use BatchGetNamedQueryInput to get details about named queries.
Implementations
impl<C, M, R> BatchGetQueryExecution<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> BatchGetQueryExecution<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<BatchGetQueryExecutionOutput, SdkError<BatchGetQueryExecutionError>> where
R::Policy: SmithyRetryPolicy<BatchGetQueryExecutionInputOperationOutputAlias, BatchGetQueryExecutionOutput, BatchGetQueryExecutionError, BatchGetQueryExecutionInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<BatchGetQueryExecutionOutput, SdkError<BatchGetQueryExecutionError>> where
R::Policy: SmithyRetryPolicy<BatchGetQueryExecutionInputOperationOutputAlias, BatchGetQueryExecutionOutput, BatchGetQueryExecutionError, BatchGetQueryExecutionInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
Appends an item to QueryExecutionIds.
To override the contents of this collection use set_query_execution_ids.
An array of query execution IDs.
An array of query execution IDs.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for BatchGetQueryExecution<C, M, R>
impl<C, M, R> Send for BatchGetQueryExecution<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for BatchGetQueryExecution<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for BatchGetQueryExecution<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for BatchGetQueryExecution<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
