Struct rusoto_ssm::UpdateMaintenanceWindowTargetResult[][src]

pub struct UpdateMaintenanceWindowTargetResult {
    pub description: Option<String>,
    pub name: Option<String>,
    pub owner_information: Option<String>,
    pub targets: Option<Vec<Target>>,
    pub window_id: Option<String>,
    pub window_target_id: Option<String>,
}

Fields

The updated description.

The updated name.

The updated owner.

The updated targets.

The Maintenance Window ID specified in the update request.

The target ID specified in the update request.

Trait Implementations

impl Default for UpdateMaintenanceWindowTargetResult
[src]

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

impl Debug for UpdateMaintenanceWindowTargetResult
[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateMaintenanceWindowTargetResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UpdateMaintenanceWindowTargetResult
[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