BatchGetProjectsOutput
public struct BatchGetProjectsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the requested build projects.
Declaration
Swift
public let projects: [Project]?
-
The names of build projects for which information could not be found.
Declaration
Swift
public let projectsNotFound: [String]?
-
Undocumented
Declaration
Swift
public init(projects: [Project]? = nil, projectsNotFound: [String]? = nil)