GetMLTaskRunsResponse
public struct GetMLTaskRunsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A pagination token, if more results are available.
Declaration
Swift
public let nextToken: String?
-
A list of task runs that are associated with the transform.
Declaration
Swift
public let taskRuns: [TaskRun]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, taskRuns: [TaskRun]? = nil)