[−][src]Struct rusoto_ssm::MaintenanceWindowIdentity 
Information about the maintenance window.
Fields
cutoff: Option<i64>The number of hours before the end of the maintenance window that Systems Manager stops scheduling new tasks for execution.
description: Option<String>A description of the maintenance window.
duration: Option<i64>The duration of the maintenance window in hours.
enabled: Option<bool>Indicates whether the maintenance window is enabled.
end_date: Option<String>The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.
name: Option<String>The name of the maintenance window.
next_execution_time: Option<String>The next time the maintenance window will actually run, taking into account any specified times for the maintenance window to become active or inactive.
schedule: Option<String>The schedule of the maintenance window in the form of a cron or rate expression.
schedule_timezone: Option<String>The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.
start_date: Option<String>The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.
window_id: Option<String>The ID of the maintenance window.
Trait Implementations
impl PartialEq<MaintenanceWindowIdentity> for MaintenanceWindowIdentity[src]
fn eq(&self, other: &MaintenanceWindowIdentity) -> bool[src]
fn ne(&self, other: &MaintenanceWindowIdentity) -> bool[src]
impl Default for MaintenanceWindowIdentity[src]
impl Clone for MaintenanceWindowIdentity[src]
fn clone(&self) -> MaintenanceWindowIdentity[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for MaintenanceWindowIdentity[src]
impl<'de> Deserialize<'de> for MaintenanceWindowIdentity[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for MaintenanceWindowIdentity
impl Sync for MaintenanceWindowIdentity
Blanket Implementations
impl<T> From for T[src]
impl<T, U> Into for T where
    U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
    T: Clone, [src]
T: Clone,
impl<T, U> TryFrom for T where
    T: From<U>, [src]
T: From<U>,
type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
    T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
    T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
    U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Any for T where
    T: 'static + ?Sized, [src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId[src]
impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self