Struct rusoto_ssm::DeregisterTaskFromMaintenanceWindowRequest [] [src]

pub struct DeregisterTaskFromMaintenanceWindowRequest {
    pub window_id: String,
    pub window_task_id: String,
}

Fields

The ID of the Maintenance Window the task should be removed from.

The ID of the task to remove from the Maintenance Window.

Trait Implementations

impl Default for DeregisterTaskFromMaintenanceWindowRequest
[src]

[src]

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

impl Debug for DeregisterTaskFromMaintenanceWindowRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeregisterTaskFromMaintenanceWindowRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more