FindingStatistics

Contains information about finding statistics.

Types

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

Properties

Link copied to clipboard

Represents a list of map of severity to count statistics for a set of findings.

Link copied to clipboard

Represents a list of map of accounts with a findings count associated with each account.

Link copied to clipboard

Represents a list of map of dates with a count of total findings generated on each date per severity level.

Link copied to clipboard

Represents a list of map of finding types with a count of total findings generated for each type.

Link copied to clipboard

Represents a list of map of top resources with a count of total findings.

Link copied to clipboard

Represents a list of map of total findings for each severity level.

Functions

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