StartTaskResponse

public struct StartTaskResponse : 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 started. Each task that was successfully placed on your container instances is described.

    Declaration

    Swift

    public let tasks: [Task]?
  • Undocumented

    Declaration

    Swift

    public init(failures: [Failure]? = nil, tasks: [Task]? = nil)