UpdateTestGridProjectRequest
public struct UpdateTestGridProjectRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Human-readable description for the project.
Declaration
Swift
public let description: String?
-
Human-readable name for the project.
Declaration
Swift
public let name: String?
-
ARN of the project to update.
Declaration
Swift
public let projectArn: String
-
Undocumented
Declaration
Swift
public init(description: String? = nil, name: String? = nil, projectArn: String)
-
Declaration
Swift
public func validate(name: String) throws