RunTaskResponse
public struct RunTaskResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Any failures associated with the call.
Declaration
Swift
public let failures: [Failure]? -
A full description of the tasks that were run. The tasks that were successfully placed on your cluster are described here.
Declaration
Swift
public let tasks: [Task]?
View on GitHub
RunTaskResponse Structure Reference