DeleteTestGridProjectRequest

public struct DeleteTestGridProjectRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the project to delete, from CreateTestGridProject or ListTestGridProjects.

    Declaration

    Swift

    public let projectArn: String
  • Undocumented

    Declaration

    Swift

    public init(projectArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws