Struct rusoto_ssm::CreateMaintenanceWindowRequest [] [src]

pub struct CreateMaintenanceWindowRequest {
    pub allow_unassociated_targets: bool,
    pub client_token: Option<String>,
    pub cutoff: i64,
    pub duration: i64,
    pub name: String,
    pub schedule: String,
}

Fields

Whether targets must be registered with the Maintenance Window before tasks can be defined for those targets.

User-provided idempotency token.

The number of hours before the end of the Maintenance Window that Systems Manager stops scheduling new tasks for execution.

The duration of the Maintenance Window in hours.

The name of the Maintenance Window.

The schedule of the Maintenance Window in the form of a cron or rate expression.

Trait Implementations

impl Default for CreateMaintenanceWindowRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for CreateMaintenanceWindowRequest
[src]

Formats the value using the given formatter.

impl Clone for CreateMaintenanceWindowRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more