ListBuildBatchesForProjectOutput

public struct ListBuildBatchesForProjectOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • ids

    An array of strings that contains the batch build identifiers.

    Declaration

    Swift

    public let ids: [String]?
  • If there are more items to return, this contains a token that is passed to a subsequent call to ListBuildBatchesForProject to retrieve the next set of items.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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