GetBranchInput

public struct GetBranchInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the branch for which you want to retrieve information.

    Declaration

    Swift

    public let branchName: String?
  • The name of the repository that contains the branch for which you want to retrieve information.

    Declaration

    Swift

    public let repositoryName: String?
  • Undocumented

    Declaration

    Swift

    public init(branchName: String? = nil, repositoryName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws