TaskRun
public struct TaskRun : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The last point in time that the requested task run was completed.
Declaration
Swift
public let completedOn: TimeStamp? -
The list of error strings associated with this task run.
Declaration
Swift
public let errorString: String? -
The amount of time (in seconds) that the task run consumed resources.
Declaration
Swift
public let executionTime: Int? -
The last point in time that the requested task run was updated.
Declaration
Swift
public let lastModifiedOn: TimeStamp? -
The names of the log group for secure logging, associated with this task run.
Declaration
Swift
public let logGroupName: String? -
Specifies configuration properties associated with this task run.
Declaration
Swift
public let properties: TaskRunProperties? -
The date and time that this task run started.
Declaration
Swift
public let startedOn: TimeStamp? -
The current status of the requested task run.
Declaration
Swift
public let status: TaskStatusType? -
The unique identifier for this task run.
Declaration
Swift
public let taskRunId: String? -
The unique identifier for the transform.
Declaration
Swift
public let transformId: String? -
init(completedOn:errorString:executionTime:lastModifiedOn:logGroupName:properties:startedOn:status:taskRunId:transformId:)Undocumented
Declaration
Swift
public init(completedOn: TimeStamp? = nil, errorString: String? = nil, executionTime: Int? = nil, lastModifiedOn: TimeStamp? = nil, logGroupName: String? = nil, properties: TaskRunProperties? = nil, startedOn: TimeStamp? = nil, status: TaskStatusType? = nil, taskRunId: String? = nil, transformId: String? = nil)
View on GitHub
TaskRun Structure Reference