#[non_exhaustive]
pub struct GetMaintenanceWindowExecutionTaskOutput { /* private fields */ }

Implementations

The ID of the maintenance window execution that includes the task.

The ID of the specific task execution in the maintenance window task that was retrieved.

The Amazon Resource Name (ARN) of the task that ran.

The role that was assumed when running the task.

The type of task that was run.

The parameters passed to the task when it was run.

TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

The map has the following format:

  • Key: string, between 1 and 255 characters

  • Value: an array of strings, each between 1 and 255 characters

The priority of the task.

The defined maximum number of task executions that could be run in parallel.

The defined maximum number of task execution errors allowed before scheduling of the task execution would have been stopped.

The status of the task.

The details explaining the status. Not available for all status values.

The time the task execution started.

The time the task execution completed.

The details for the CloudWatch alarm you applied to your maintenance window task.

The CloudWatch alarms that were invoked by the maintenance window task.

Creates a new builder-style object to manufacture GetMaintenanceWindowExecutionTaskOutput.

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more