BatchGetProjectsInput

public struct BatchGetProjectsInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The names or ARNs of the build projects. To get information about a project shared with your AWS account, its ARN must be specified. You cannot specify a shared project using its name.

    Declaration

    Swift

    public let names: [String]
  • Undocumented

    Declaration

    Swift

    public init(names: [String])
  • Declaration

    Swift

    public func validate(name: String) throws