GetScanResponse

Types

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

Properties

Link copied to clipboard

The type of analysis CodeGuru Security performed in the scan, either Security or All. The Security type only generates findings related to security. The All type generates both security findings and quality findings.

Link copied to clipboard

The time the scan was created.

Link copied to clipboard

Details about the error that causes a scan to fail to be retrieved.

Link copied to clipboard

The number of times a scan has been re-run on a revised resource.

Link copied to clipboard

UUID that identifies the individual scan run.

Link copied to clipboard

The name of the scan.

Link copied to clipboard

The ARN for the scan name.

Link copied to clipboard

The current state of the scan. Returns either InProgress, Successful, or Failed.

Link copied to clipboard

The time when the scan was last updated. Only available for STANDARD scan types.

Functions

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