Struct rusoto_ssm::GetMaintenanceWindowExecutionTaskInvocationRequest [] [src]

pub struct GetMaintenanceWindowExecutionTaskInvocationRequest {
    pub invocation_id: String,
    pub task_id: String,
    pub window_execution_id: String,
}

Fields

The invocation ID to retrieve.

The ID of the specific task in the Maintenance Window task that should be retrieved.

The ID of the Maintenance Window execution for which the task is a part.

Trait Implementations

impl Default for GetMaintenanceWindowExecutionTaskInvocationRequest
[src]

[src]

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

impl Debug for GetMaintenanceWindowExecutionTaskInvocationRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetMaintenanceWindowExecutionTaskInvocationRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more