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]

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

impl Debug for DeregisterTaskFromMaintenanceWindowRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeregisterTaskFromMaintenanceWindowRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeregisterTaskFromMaintenanceWindowRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations