ListTasksResponse

public struct ListTasksResponse : 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 tasks.

    Declaration

    Swift

    public let nextToken: String?
  • A list of all the tasks that are returned.

    Declaration

    Swift

    public let tasks: [TaskListEntry]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, tasks: [TaskListEntry]? = nil)