ListBuildBatchesInput

public struct ListBuildBatchesInput : AWSShape
extension CodeBuild.ListBuildBatchesInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A BuildBatchFilter object that specifies the filters for the search.

    Declaration

    Swift

    public let filter: BuildBatchFilter?
  • The maximum number of results to return.

    Declaration

    Swift

    public let maxResults: Int?
  • The nextToken value returned from a previous call to ListBuildBatches. This specifies the next item to return. To return the beginning of the list, exclude this parameter.

    Declaration

    Swift

    public let nextToken: String?
  • Specifies the sort order of the returned items. Valid values include: ASCENDING: List the batch build identifiers in ascending order by identifier. DESCENDING: List the batch build identifiers in descending order by identifier.

    Declaration

    Swift

    public let sortOrder: SortOrderType?
  • Undocumented

    Declaration

    Swift

    public init(filter: BuildBatchFilter? = nil, maxResults: Int? = nil, nextToken: String? = nil, sortOrder: SortOrderType? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws