CodeSnippetResult

Contains information on a code snippet retrieved by Amazon Inspector from a code vulnerability finding.

Types

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

Properties

Link copied to clipboard

Contains information on the retrieved code snippet.

Link copied to clipboard
val endLine: Int?

The line number of the last line of a code snippet.

Link copied to clipboard

The ARN of a finding that the code snippet is associated with.

Link copied to clipboard

The line number of the first line of a code snippet.

Link copied to clipboard

Details of a suggested code fix.

Functions

Link copied to clipboard
inline fun copy(block: CodeSnippetResult.Builder.() -> Unit = {}): CodeSnippetResult
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