ListBuildsOutput

public struct ListBuildsOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A collection of build resources that match the request.

    Declaration

    Swift

    public let builds: [Build]?
  • Token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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