Struct aws_sdk_ssm::output::GetMaintenanceWindowExecutionTaskInvocationOutput[][src]

#[non_exhaustive]
pub struct GetMaintenanceWindowExecutionTaskInvocationOutput { pub window_execution_id: Option<String>, pub task_execution_id: Option<String>, pub invocation_id: Option<String>, pub execution_id: Option<String>, pub task_type: Option<MaintenanceWindowTaskType>, pub parameters: Option<String>, pub status: Option<MaintenanceWindowExecutionStatus>, pub status_details: Option<String>, pub start_time: Option<DateTime>, pub end_time: Option<DateTime>, pub owner_information: Option<String>, pub window_target_id: Option<String>, }

Fields (Non-exhaustive)

This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.
window_execution_id: Option<String>

The maintenance window execution ID.

task_execution_id: Option<String>

The task execution ID.

invocation_id: Option<String>

The invocation ID.

execution_id: Option<String>

The execution ID.

task_type: Option<MaintenanceWindowTaskType>

Retrieves the task type for a maintenance window.

parameters: Option<String>

The parameters used at the time that the task ran.

status: Option<MaintenanceWindowExecutionStatus>

The task status for an invocation.

status_details: Option<String>

The details explaining the status. Details are only available for certain status values.

start_time: Option<DateTime>

The time that the task started running on the target.

end_time: Option<DateTime>

The time that the task finished running on the target.

owner_information: Option<String>

User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.

window_target_id: Option<String>

The maintenance window target ID.

Implementations

The maintenance window execution ID.

The task execution ID.

The invocation ID.

The execution ID.

Retrieves the task type for a maintenance window.

The parameters used at the time that the task ran.

The task status for an invocation.

The details explaining the status. Details are only available for certain status values.

The time that the task started running on the target.

The time that the task finished running on the target.

User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.

The maintenance window target ID.

Creates a new builder-style object to manufacture GetMaintenanceWindowExecutionTaskInvocationOutput

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 !=.

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

Performs the conversion.

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

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

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