TaskRunFilterCriteria
public struct TaskRunFilterCriteria : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Filter on task runs started after this date.
Declaration
Swift
public let startedAfter: TimeStamp?
-
Filter on task runs started before this date.
Declaration
Swift
public let startedBefore: TimeStamp?
-
The current status of the task run.
Declaration
Swift
public let status: TaskStatusType?
-
The type of task run.
Declaration
Swift
public let taskRunType: TaskType?
-
Undocumented
Declaration
Swift
public init(startedAfter: TimeStamp? = nil, startedBefore: TimeStamp? = nil, status: TaskStatusType? = nil, taskRunType: TaskType? = nil)