AccountState

An object with details the status of an Amazon Web Services account within your Amazon Inspector environment.

Types

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

Properties

Link copied to clipboard

The Amazon Web Services account ID.

Link copied to clipboard

An object detailing which resources Amazon Inspector is enabled to scan for the account.

Link copied to clipboard
val state: State?

An object detailing the status of Amazon Inspector for the account.

Functions

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