[−][src]Struct rusoto_ssm::UpdateMaintenanceWindowResult
Fields
allow_unassociated_targets: Option<bool>
Whether targets must be registered with the maintenance window before tasks can be defined for those targets.
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>
An optional description of the update.
duration: Option<i64>
The duration of the maintenance window in hours.
enabled: Option<bool>
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. The maintenance window will not run after this specified time.
name: Option<String>
The name of the maintenance window.
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. For example: "America/Los_Angeles", "etc/UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.
start_date: Option<String>
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active. The maintenance window will not run before this specified time.
window_id: Option<String>
The ID of the created maintenance window.
Trait Implementations
impl PartialEq<UpdateMaintenanceWindowResult> for UpdateMaintenanceWindowResult
[src]
fn eq(&self, other: &UpdateMaintenanceWindowResult) -> bool
[src]
fn ne(&self, other: &UpdateMaintenanceWindowResult) -> bool
[src]
impl Default for UpdateMaintenanceWindowResult
[src]
impl Clone for UpdateMaintenanceWindowResult
[src]
fn clone(&self) -> UpdateMaintenanceWindowResult
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for UpdateMaintenanceWindowResult
[src]
impl<'de> Deserialize<'de> for UpdateMaintenanceWindowResult
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for UpdateMaintenanceWindowResult
impl Sync for UpdateMaintenanceWindowResult
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