Struct aws_sdk_athena::model::ResultReuseConfiguration
source · #[non_exhaustive]pub struct ResultReuseConfiguration { /* private fields */ }
Expand description
Specifies the query result reuse behavior for the query.
Implementations§
source§impl ResultReuseConfiguration
impl ResultReuseConfiguration
sourcepub fn result_reuse_by_age_configuration(
&self
) -> Option<&ResultReuseByAgeConfiguration>
pub fn result_reuse_by_age_configuration( &self ) -> Option<&ResultReuseByAgeConfiguration>
Specifies whether previous query results are reused, and if so, their maximum age.
source§impl ResultReuseConfiguration
impl ResultReuseConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResultReuseConfiguration
.
Trait Implementations§
source§impl Clone for ResultReuseConfiguration
impl Clone for ResultReuseConfiguration
source§fn clone(&self) -> ResultReuseConfiguration
fn clone(&self) -> ResultReuseConfiguration
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 ResultReuseConfiguration
impl Debug for ResultReuseConfiguration
source§impl PartialEq<ResultReuseConfiguration> for ResultReuseConfiguration
impl PartialEq<ResultReuseConfiguration> for ResultReuseConfiguration
source§fn eq(&self, other: &ResultReuseConfiguration) -> bool
fn eq(&self, other: &ResultReuseConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.