Struct aws_sdk_iot::types::MaintenanceWindow
source · #[non_exhaustive]pub struct MaintenanceWindow { /* private fields */ }
Expand description
An optional configuration within the SchedulingConfig
to setup a recurring maintenance window with a predetermined start time and duration for the rollout of a job document to all devices in a target group for a job.
Implementations§
source§impl MaintenanceWindow
impl MaintenanceWindow
sourcepub fn start_time(&self) -> Option<&str>
pub fn start_time(&self) -> Option<&str>
Displays the start time of the next maintenance window.
sourcepub fn duration_in_minutes(&self) -> Option<i32>
pub fn duration_in_minutes(&self) -> Option<i32>
Displays the duration of the next maintenance window.
source§impl MaintenanceWindow
impl MaintenanceWindow
sourcepub fn builder() -> MaintenanceWindowBuilder
pub fn builder() -> MaintenanceWindowBuilder
Creates a new builder-style object to manufacture MaintenanceWindow
.
Trait Implementations§
source§impl Clone for MaintenanceWindow
impl Clone for MaintenanceWindow
source§fn clone(&self) -> MaintenanceWindow
fn clone(&self) -> MaintenanceWindow
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 MaintenanceWindow
impl Debug for MaintenanceWindow
source§impl PartialEq<MaintenanceWindow> for MaintenanceWindow
impl PartialEq<MaintenanceWindow> for MaintenanceWindow
source§fn eq(&self, other: &MaintenanceWindow) -> bool
fn eq(&self, other: &MaintenanceWindow) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.