InvalidateProjectCacheInput
public struct InvalidateProjectCacheInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the AWS CodeBuild build project that the cache is reset for.
Declaration
Swift
public let projectName: String
-
Undocumented
Declaration
Swift
public init(projectName: String)
-
Declaration
Swift
public func validate(name: String) throws