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]

[src]

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

impl Debug for UpdateMaintenanceWindowTargetResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateMaintenanceWindowTargetResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations