Struct aws_sdk_elasticsearch::model::AutoTuneOptionsInput
source · [−]#[non_exhaustive]pub struct AutoTuneOptionsInput { /* private fields */ }
Expand description
Specifies the Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.
Implementations
sourceimpl AutoTuneOptionsInput
impl AutoTuneOptionsInput
sourcepub fn desired_state(&self) -> Option<&AutoTuneDesiredState>
pub fn desired_state(&self) -> Option<&AutoTuneDesiredState>
Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED.
sourcepub fn maintenance_schedules(&self) -> Option<&[AutoTuneMaintenanceSchedule]>
pub fn maintenance_schedules(&self) -> Option<&[AutoTuneMaintenanceSchedule]>
Specifies list of maitenance schedules. See the Developer Guide for more information.
sourceimpl AutoTuneOptionsInput
impl AutoTuneOptionsInput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AutoTuneOptionsInput
.
Trait Implementations
sourceimpl Clone for AutoTuneOptionsInput
impl Clone for AutoTuneOptionsInput
sourcefn clone(&self) -> AutoTuneOptionsInput
fn clone(&self) -> AutoTuneOptionsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AutoTuneOptionsInput
impl Debug for AutoTuneOptionsInput
sourceimpl PartialEq<AutoTuneOptionsInput> for AutoTuneOptionsInput
impl PartialEq<AutoTuneOptionsInput> for AutoTuneOptionsInput
sourcefn eq(&self, other: &AutoTuneOptionsInput) -> bool
fn eq(&self, other: &AutoTuneOptionsInput) -> bool
impl StructuralPartialEq for AutoTuneOptionsInput
Auto Trait Implementations
impl RefUnwindSafe for AutoTuneOptionsInput
impl Send for AutoTuneOptionsInput
impl Sync for AutoTuneOptionsInput
impl Unpin for AutoTuneOptionsInput
impl UnwindSafe for AutoTuneOptionsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more