Struct aws_sdk_elasticsearch::model::AutoTuneOptions [−][src]
#[non_exhaustive]pub struct AutoTuneOptions {
pub desired_state: Option<AutoTuneDesiredState>,
pub rollback_on_disable: Option<RollbackOnDisable>,
pub maintenance_schedules: Option<Vec<AutoTuneMaintenanceSchedule>>,
}
Expand description
Specifies the Auto-Tune options: the Auto-Tune desired state for the domain, rollback state when disabling Auto-Tune options and list of maintenance schedules.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.desired_state: Option<AutoTuneDesiredState>
Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED.
rollback_on_disable: Option<RollbackOnDisable>
Specifies the rollback state while disabling Auto-Tune for the domain. Valid values are NO_ROLLBACK, DEFAULT_ROLLBACK.
maintenance_schedules: Option<Vec<AutoTuneMaintenanceSchedule>>
Specifies list of maitenance schedules. See the Developer Guide for more information.
Implementations
Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED.
Specifies the rollback state while disabling Auto-Tune for the domain. Valid values are NO_ROLLBACK, DEFAULT_ROLLBACK.
Specifies list of maitenance schedules. See the Developer Guide for more information.
Creates a new builder-style object to manufacture AutoTuneOptions
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AutoTuneOptions
impl Send for AutoTuneOptions
impl Sync for AutoTuneOptions
impl Unpin for AutoTuneOptions
impl UnwindSafe for AutoTuneOptions
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more