ListBuildsForProjectOutput

public struct ListBuildsForProjectOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • ids

    A list of build IDs for the specified build project, with each build ID representing a single build.

    Declaration

    Swift

    public let ids: [String]?
  • If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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