ListBranchesOutput

public struct ListBranchesOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of branch names.

    Declaration

    Swift

    public let branches: [String]?
  • An enumeration token that returns the batch of the results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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