Struct aws_sdk_elasticsearch::model::AutoTuneDetails
source · #[non_exhaustive]pub struct AutoTuneDetails { /* private fields */ }
Expand description
Specifies details of the Auto-Tune action. See the Developer Guide for more information.
Implementations§
source§impl AutoTuneDetails
impl AutoTuneDetails
sourcepub fn scheduled_auto_tune_details(&self) -> Option<&ScheduledAutoTuneDetails>
pub fn scheduled_auto_tune_details(&self) -> Option<&ScheduledAutoTuneDetails>
Specifies details of the scheduled Auto-Tune action. See the Developer Guide for more information.
source§impl AutoTuneDetails
impl AutoTuneDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AutoTuneDetails
.
Trait Implementations§
source§impl Clone for AutoTuneDetails
impl Clone for AutoTuneDetails
source§fn clone(&self) -> AutoTuneDetails
fn clone(&self) -> AutoTuneDetails
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 AutoTuneDetails
impl Debug for AutoTuneDetails
source§impl PartialEq<AutoTuneDetails> for AutoTuneDetails
impl PartialEq<AutoTuneDetails> for AutoTuneDetails
source§fn eq(&self, other: &AutoTuneDetails) -> bool
fn eq(&self, other: &AutoTuneDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.