Struct aws_sdk_athena::output::GetQueryExecutionOutput
source · #[non_exhaustive]pub struct GetQueryExecutionOutput { /* private fields */ }
Implementations§
source§impl GetQueryExecutionOutput
impl GetQueryExecutionOutput
sourcepub fn query_execution(&self) -> Option<&QueryExecution>
pub fn query_execution(&self) -> Option<&QueryExecution>
Information about the query execution.
source§impl GetQueryExecutionOutput
impl GetQueryExecutionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetQueryExecutionOutput
.
Trait Implementations§
source§impl Clone for GetQueryExecutionOutput
impl Clone for GetQueryExecutionOutput
source§fn clone(&self) -> GetQueryExecutionOutput
fn clone(&self) -> GetQueryExecutionOutput
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 GetQueryExecutionOutput
impl Debug for GetQueryExecutionOutput
source§impl PartialEq<GetQueryExecutionOutput> for GetQueryExecutionOutput
impl PartialEq<GetQueryExecutionOutput> for GetQueryExecutionOutput
source§fn eq(&self, other: &GetQueryExecutionOutput) -> bool
fn eq(&self, other: &GetQueryExecutionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.