#[non_exhaustive]pub struct GetQueryRuntimeStatisticsInput { /* private fields */ }
Implementations§
source§impl GetQueryRuntimeStatisticsInput
impl GetQueryRuntimeStatisticsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetQueryRuntimeStatistics, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetQueryRuntimeStatistics, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetQueryRuntimeStatistics
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetQueryRuntimeStatisticsInput
.
source§impl GetQueryRuntimeStatisticsInput
impl GetQueryRuntimeStatisticsInput
sourcepub fn query_execution_id(&self) -> Option<&str>
pub fn query_execution_id(&self) -> Option<&str>
The unique ID of the query execution.
Trait Implementations§
source§impl Clone for GetQueryRuntimeStatisticsInput
impl Clone for GetQueryRuntimeStatisticsInput
source§fn clone(&self) -> GetQueryRuntimeStatisticsInput
fn clone(&self) -> GetQueryRuntimeStatisticsInput
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<GetQueryRuntimeStatisticsInput> for GetQueryRuntimeStatisticsInput
impl PartialEq<GetQueryRuntimeStatisticsInput> for GetQueryRuntimeStatisticsInput
source§fn eq(&self, other: &GetQueryRuntimeStatisticsInput) -> bool
fn eq(&self, other: &GetQueryRuntimeStatisticsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.