MaintenanceWindowExecutionTaskInvocationIdentity

public struct MaintenanceWindowExecutionTaskInvocationIdentity : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The time the invocation finished.

    Declaration

    Swift

    public let endTime: TimeStamp?
  • The ID of the action performed in the service that actually handled the task invocation. If the task type is RUN_COMMAND, this value is the command ID.

    Declaration

    Swift

    public let executionId: String?
  • The ID of the task invocation.

    Declaration

    Swift

    public let invocationId: String?
  • User-provided value that was specified when the target was registered with the maintenance window. This was also included in any CloudWatch events raised during the task invocation.

    Declaration

    Swift

    public let ownerInformation: String?
  • The parameters that were provided for the invocation when it was run.

    Declaration

    Swift

    public let parameters: String?
  • The time the invocation started.

    Declaration

    Swift

    public let startTime: TimeStamp?
  • The status of the task invocation.

    Declaration

    Swift

    public let status: MaintenanceWindowExecutionStatus?
  • The details explaining the status of the task invocation. Only available for certain Status values.

    Declaration

    Swift

    public let statusDetails: String?
  • The ID of the specific task execution in the maintenance window execution.

    Declaration

    Swift

    public let taskExecutionId: String?
  • The task type.

    Declaration

    Swift

    public let taskType: MaintenanceWindowTaskType?
  • The ID of the maintenance window execution that ran the task.

    Declaration

    Swift

    public let windowExecutionId: String?
  • The ID of the target definition in this maintenance window the invocation was performed for.

    Declaration

    Swift

    public let windowTargetId: String?
  • Undocumented

    Declaration

    Swift

    public init(endTime: TimeStamp? = nil, executionId: String? = nil, invocationId: String? = nil, ownerInformation: String? = nil, parameters: String? = nil, startTime: TimeStamp? = nil, status: MaintenanceWindowExecutionStatus? = nil, statusDetails: String? = nil, taskExecutionId: String? = nil, taskType: MaintenanceWindowTaskType? = nil, windowExecutionId: String? = nil, windowTargetId: String? = nil)