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]

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

impl Debug for GetMaintenanceWindowExecutionTaskInvocationRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for GetMaintenanceWindowExecutionTaskInvocationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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