AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the GetMaintenanceWindowExecutionTaskInvocation operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowExecutionTaskInvocationResponse

Namespace: Amazon.SimpleSystemsManagement.Model
Assembly: AWSSDK.SimpleSystemsManagement.dll
Version: 3.x.y.z

Syntax

C#
public class GetMaintenanceWindowExecutionTaskInvocationResponse : AmazonWebServiceResponse

The GetMaintenanceWindowExecutionTaskInvocationResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The time that the task finished running on the target.

Public Property ExecutionId System.String

Gets and sets the property ExecutionId.

The execution ID.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property InvocationId System.String

Gets and sets the property InvocationId.

The invocation ID.

Public Property OwnerInformation System.String

Gets and sets the property OwnerInformation.

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.

Public Property Parameters System.String

Gets and sets the property Parameters.

The parameters used at the time that the task ran.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The time that the task started running on the target.

Public Property Status Amazon.SimpleSystemsManagement.MaintenanceWindowExecutionStatus

Gets and sets the property Status.

The task status for an invocation.

Public Property StatusDetails System.String

Gets and sets the property StatusDetails.

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

Public Property TaskExecutionId System.String

Gets and sets the property TaskExecutionId.

The task execution ID.

Public Property TaskType Amazon.SimpleSystemsManagement.MaintenanceWindowTaskType

Gets and sets the property TaskType.

Retrieves the task type for a maintenance window.

Public Property WindowExecutionId System.String

Gets and sets the property WindowExecutionId.

The maintenance window execution ID.

Public Property WindowTargetId System.String

Gets and sets the property WindowTargetId.

The maintenance window target ID.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5