Struct aws_sdk_elasticsearch::model::AutoTuneMaintenanceSchedule [−][src]
#[non_exhaustive]pub struct AutoTuneMaintenanceSchedule {
pub start_at: Option<DateTime>,
pub duration: Option<Duration>,
pub cron_expression_for_recurrence: Option<String>,
}
Expand description
Specifies Auto-Tune maitenance schedule. See the Developer Guide for more information.
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.start_at: Option<DateTime>
Specifies timestamp at which Auto-Tune maintenance schedule start.
duration: Option<Duration>
Specifies maintenance schedule duration: duration value and duration unit. See the Developer Guide for more information.
cron_expression_for_recurrence: Option<String>
Specifies cron expression for a recurring maintenance schedule. See the Developer Guide for more information.
Implementations
Specifies timestamp at which Auto-Tune maintenance schedule start.
Specifies maintenance schedule duration: duration value and duration unit. See the Developer Guide for more information.
Specifies cron expression for a recurring maintenance schedule. See the Developer Guide for more information.
Creates a new builder-style object to manufacture AutoTuneMaintenanceSchedule
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 AutoTuneMaintenanceSchedule
impl Send for AutoTuneMaintenanceSchedule
impl Sync for AutoTuneMaintenanceSchedule
impl Unpin for AutoTuneMaintenanceSchedule
impl UnwindSafe for AutoTuneMaintenanceSchedule
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