Struct aws_sdk_athena::output::StartQueryExecutionOutput
source · #[non_exhaustive]pub struct StartQueryExecutionOutput { /* private fields */ }
Implementations§
source§impl StartQueryExecutionOutput
impl StartQueryExecutionOutput
sourcepub fn query_execution_id(&self) -> Option<&str>
pub fn query_execution_id(&self) -> Option<&str>
The unique ID of the query that ran as a result of this request.
source§impl StartQueryExecutionOutput
impl StartQueryExecutionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartQueryExecutionOutput
.
Trait Implementations§
source§impl Clone for StartQueryExecutionOutput
impl Clone for StartQueryExecutionOutput
source§fn clone(&self) -> StartQueryExecutionOutput
fn clone(&self) -> StartQueryExecutionOutput
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 StartQueryExecutionOutput
impl Debug for StartQueryExecutionOutput
source§impl PartialEq<StartQueryExecutionOutput> for StartQueryExecutionOutput
impl PartialEq<StartQueryExecutionOutput> for StartQueryExecutionOutput
source§fn eq(&self, other: &StartQueryExecutionOutput) -> bool
fn eq(&self, other: &StartQueryExecutionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.