Struct rusoto_ssm::UpdateMaintenanceWindowTaskResult [] [src]

pub struct UpdateMaintenanceWindowTaskResult {
    pub description: Option<String>,
    pub logging_info: Option<LoggingInfo>,
    pub max_concurrency: Option<String>,
    pub max_errors: Option<String>,
    pub name: Option<String>,
    pub priority: Option<i64>,
    pub service_role_arn: Option<String>,
    pub targets: Option<Vec<Target>>,
    pub task_arn: Option<String>,
    pub task_invocation_parameters: Option<MaintenanceWindowTaskInvocationParameters>,
    pub task_parameters: Option<HashMap<String, MaintenanceWindowTaskParameterValueExpression>>,
    pub window_id: Option<String>,
    pub window_task_id: Option<String>,
}

Fields

The updated task description.

The updated logging information in Amazon S3.

The updated MaxConcurrency value.

The updated MaxErrors value.

The updated task name.

The updated priority value.

The updated service role ARN value.

The updated target values.

The updated task ARN value.

The updated parameter values.

The updated parameter values.

The ID of the Maintenance Window that was updated.

The task ID of the Maintenance Window that was updated.

Trait Implementations

impl Default for UpdateMaintenanceWindowTaskResult
[src]

[src]

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

impl Debug for UpdateMaintenanceWindowTaskResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateMaintenanceWindowTaskResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more