BatchGetRepositoriesInput

public struct BatchGetRepositoriesInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The names of the repositories to get information about. The length constraint limit is for each string in the array. The array itself can be empty.

    Declaration

    Swift

    public let repositoryNames: [String]
  • Undocumented

    Declaration

    Swift

    public init(repositoryNames: [String])
  • Declaration

    Swift

    public func validate(name: String) throws