ListBuildBatchesOutput
public struct ListBuildBatchesOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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 ListBuildBatches to retrieve the next set of items.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(ids: [String]? = nil, nextToken: String? = nil)