ListTaskExecutionsResponse
public struct ListTaskExecutionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An opaque string that indicates the position at which to begin returning the next list of executed tasks.
Declaration
Swift
public let nextToken: String? -
A list of executed tasks.
Declaration
Swift
public let taskExecutions: [TaskExecutionListEntry]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, taskExecutions: [TaskExecutionListEntry]? = nil)
View on GitHub
ListTaskExecutionsResponse Structure Reference