MaintenanceWindowExecutionTaskIdentity
public struct MaintenanceWindowExecutionTaskIdentity : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time the task execution finished.
Declaration
Swift
public let endTime: TimeStamp?
-
The time the task execution started.
Declaration
Swift
public let startTime: TimeStamp?
-
The status of the task execution.
Declaration
Swift
public let status: MaintenanceWindowExecutionStatus?
-
The details explaining the status of the task execution. Only available for certain status values.
Declaration
Swift
public let statusDetails: String?
-
The ARN of the task that ran.
Declaration
Swift
public let taskArn: String?
-
The ID of the specific task execution in the maintenance window execution.
Declaration
Swift
public let taskExecutionId: String?
-
The type of task that ran.
Declaration
Swift
public let taskType: MaintenanceWindowTaskType?
-
The ID of the maintenance window execution that ran the task.
Declaration
Swift
public let windowExecutionId: String?
-
Undocumented
Declaration
Swift
public init(endTime: TimeStamp? = nil, startTime: TimeStamp? = nil, status: MaintenanceWindowExecutionStatus? = nil, statusDetails: String? = nil, taskArn: String? = nil, taskExecutionId: String? = nil, taskType: MaintenanceWindowTaskType? = nil, windowExecutionId: String? = nil)