Struct aws_sdk_athena::operation::get_query_runtime_statistics::GetQueryRuntimeStatisticsOutput
source · #[non_exhaustive]pub struct GetQueryRuntimeStatisticsOutput {
pub query_runtime_statistics: Option<QueryRuntimeStatistics>,
/* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.query_runtime_statistics: Option<QueryRuntimeStatistics>Runtime statistics about the query execution.
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() -> GetQueryRuntimeStatisticsOutputBuilder
pub fn builder() -> GetQueryRuntimeStatisticsOutputBuilder
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 for GetQueryRuntimeStatisticsOutput
impl PartialEq 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 ==.source§impl RequestId for GetQueryRuntimeStatisticsOutput
impl RequestId for GetQueryRuntimeStatisticsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for GetQueryRuntimeStatisticsOutput
Auto Trait Implementations§
impl Freeze for GetQueryRuntimeStatisticsOutput
impl RefUnwindSafe for GetQueryRuntimeStatisticsOutput
impl Send for GetQueryRuntimeStatisticsOutput
impl Sync for GetQueryRuntimeStatisticsOutput
impl Unpin for GetQueryRuntimeStatisticsOutput
impl UnwindSafe for GetQueryRuntimeStatisticsOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.