#[non_exhaustive]pub struct AutoTuneMaintenanceSchedule { /* private fields */ }
Expand description
The Auto-Tune maintenance schedule. For more information, see Auto-Tune for Amazon OpenSearch Service.
Implementations§
source§impl AutoTuneMaintenanceSchedule
impl AutoTuneMaintenanceSchedule
sourcepub fn start_at(&self) -> Option<&DateTime>
pub fn start_at(&self) -> Option<&DateTime>
The Epoch timestamp at which the Auto-Tune maintenance schedule starts.
sourcepub fn duration(&self) -> Option<&Duration>
pub fn duration(&self) -> Option<&Duration>
The duration of the maintenance schedule. For example, "Duration": {"Value": 2, "Unit": "HOURS"}
.
sourcepub fn cron_expression_for_recurrence(&self) -> Option<&str>
pub fn cron_expression_for_recurrence(&self) -> Option<&str>
A cron expression for a recurring maintenance schedule during which Auto-Tune can deploy changes.
source§impl AutoTuneMaintenanceSchedule
impl AutoTuneMaintenanceSchedule
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AutoTuneMaintenanceSchedule
.
Trait Implementations§
source§impl Clone for AutoTuneMaintenanceSchedule
impl Clone for AutoTuneMaintenanceSchedule
source§fn clone(&self) -> AutoTuneMaintenanceSchedule
fn clone(&self) -> AutoTuneMaintenanceSchedule
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 AutoTuneMaintenanceSchedule
impl Debug for AutoTuneMaintenanceSchedule
source§impl PartialEq<AutoTuneMaintenanceSchedule> for AutoTuneMaintenanceSchedule
impl PartialEq<AutoTuneMaintenanceSchedule> for AutoTuneMaintenanceSchedule
source§fn eq(&self, other: &AutoTuneMaintenanceSchedule) -> bool
fn eq(&self, other: &AutoTuneMaintenanceSchedule) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.