ListBranchesResult
public struct ListBranchesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of branches for an Amplify app.
Declaration
Swift
public let branches: [Branch] -
A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(branches: [Branch], nextToken: String? = nil)
View on GitHub
ListBranchesResult Structure Reference