Threat

class Threat

Information about the detected threats associated with the generated finding.

Types

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

Properties

Link copied to clipboard

Information about the nested item path and hash of the protected resource.

Link copied to clipboard
val name: String?

Name of the detected threat that caused GuardDuty to generate this finding.

Link copied to clipboard

Source of the threat that generated this finding.

Functions

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