ListJobsByPipelineResponse

public struct ListJobsByPipelineResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of Job objects that are in the specified pipeline.

    Declaration

    Swift

    public let jobs: [Job]?
  • A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you’ve reached the last page of results, the value of NextPageToken is null.

    Declaration

    Swift

    public let nextPageToken: String?
  • Undocumented

    Declaration

    Swift

    public init(jobs: [Job]? = nil, nextPageToken: String? = nil)