FilePath

class FilePath

Information about the location of security vulnerabilities that Amazon CodeGuru Security detected in your code.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of CodeLine objects that describe where the security vulnerability appears in your code.

Link copied to clipboard
val endLine: Int?

The last line number of the code snippet where the security vulnerability appears in your code.

Link copied to clipboard
val name: String?

The name of the file.

Link copied to clipboard
val path: String?

The path to the resource with the security vulnerability.

Link copied to clipboard

The first line number of the code snippet where the security vulnerability appears in your code.

Functions

Link copied to clipboard
inline fun copy(block: FilePath.Builder.() -> Unit = {}): FilePath
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String