#[non_exhaustive]pub struct BatchGetQueryExecutionOutput { /* private fields */ }
Implementations§
source§impl BatchGetQueryExecutionOutput
impl BatchGetQueryExecutionOutput
sourcepub fn query_executions(&self) -> Option<&[QueryExecution]>
pub fn query_executions(&self) -> Option<&[QueryExecution]>
Information about a query execution.
sourcepub fn unprocessed_query_execution_ids(
&self
) -> Option<&[UnprocessedQueryExecutionId]>
pub fn unprocessed_query_execution_ids( &self ) -> Option<&[UnprocessedQueryExecutionId]>
Information about the query executions that failed to run.
source§impl BatchGetQueryExecutionOutput
impl BatchGetQueryExecutionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetQueryExecutionOutput
.
Trait Implementations§
source§impl Clone for BatchGetQueryExecutionOutput
impl Clone for BatchGetQueryExecutionOutput
source§fn clone(&self) -> BatchGetQueryExecutionOutput
fn clone(&self) -> BatchGetQueryExecutionOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BatchGetQueryExecutionOutput
impl Debug for BatchGetQueryExecutionOutput
source§impl PartialEq<BatchGetQueryExecutionOutput> for BatchGetQueryExecutionOutput
impl PartialEq<BatchGetQueryExecutionOutput> for BatchGetQueryExecutionOutput
source§fn eq(&self, other: &BatchGetQueryExecutionOutput) -> bool
fn eq(&self, other: &BatchGetQueryExecutionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.