GetMaintenanceWindowExecutionTaskInvocationResult
public struct GetMaintenanceWindowExecutionTaskInvocationResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The time that the task finished running on the target.
Declaration
Swift
public let endTime: TimeStamp? -
The execution ID.
Declaration
Swift
public let executionId: String? -
The invocation ID.
Declaration
Swift
public let invocationId: String? -
User-provided value to be included in any CloudWatch events raised while running tasks for these targets in this maintenance window.
Declaration
Swift
public let ownerInformation: String? -
The parameters used at the time that the task ran.
Declaration
Swift
public let parameters: String? -
The time that the task started running on the target.
Declaration
Swift
public let startTime: TimeStamp? -
The task status for an invocation.
Declaration
Swift
public let status: MaintenanceWindowExecutionStatus? -
The details explaining the status. Details are only available for certain status values.
Declaration
Swift
public let statusDetails: String? -
The task execution ID.
Declaration
Swift
public let taskExecutionId: String? -
Retrieves the task type for a maintenance window. Task types include the following: LAMBDA, STEP_FUNCTIONS, AUTOMATION, RUN_COMMAND.
Declaration
Swift
public let taskType: MaintenanceWindowTaskType? -
The maintenance window execution ID.
Declaration
Swift
public let windowExecutionId: String? -
The maintenance window target ID.
Declaration
Swift
public let windowTargetId: String? -
init(endTime:executionId:invocationId:ownerInformation:parameters:startTime:status:statusDetails:taskExecutionId:taskType:windowExecutionId:windowTargetId:)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)
View on GitHub
GetMaintenanceWindowExecutionTaskInvocationResult Structure Reference