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