Struct aws_sdk_opensearch::types::AutoTuneOptionsInput
source · #[non_exhaustive]pub struct AutoTuneOptionsInput { /* private fields */ }Expand description
Options for configuring Auto-Tune. For more information, see Auto-Tune for Amazon OpenSearch Service
Implementations§
source§impl AutoTuneOptionsInput
impl AutoTuneOptionsInput
sourcepub fn desired_state(&self) -> Option<&AutoTuneDesiredState>
pub fn desired_state(&self) -> Option<&AutoTuneDesiredState>
Whether Auto-Tune is enabled or disabled.
sourcepub fn maintenance_schedules(&self) -> Option<&[AutoTuneMaintenanceSchedule]>
pub fn maintenance_schedules(&self) -> Option<&[AutoTuneMaintenanceSchedule]>
A list of maintenance schedules during which Auto-Tune can deploy changes. Maintenance windows are deprecated and have been replaced with off-peak windows.
sourcepub fn use_off_peak_window(&self) -> Option<bool>
pub fn use_off_peak_window(&self) -> Option<bool>
Whether to schedule Auto-Tune optimizations that require blue/green deployments during the domain's configured daily off-peak window.
source§impl AutoTuneOptionsInput
impl AutoTuneOptionsInput
sourcepub fn builder() -> AutoTuneOptionsInputBuilder
pub fn builder() -> AutoTuneOptionsInputBuilder
Creates a new builder-style object to manufacture AutoTuneOptionsInput.
Trait Implementations§
source§impl Clone for AutoTuneOptionsInput
impl Clone for AutoTuneOptionsInput
source§fn clone(&self) -> AutoTuneOptionsInput
fn clone(&self) -> AutoTuneOptionsInput
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 AutoTuneOptionsInput
impl Debug for AutoTuneOptionsInput
source§impl PartialEq<AutoTuneOptionsInput> for AutoTuneOptionsInput
impl PartialEq<AutoTuneOptionsInput> for AutoTuneOptionsInput
source§fn eq(&self, other: &AutoTuneOptionsInput) -> bool
fn eq(&self, other: &AutoTuneOptionsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more