GetNetworkInsightsAccessScopeAnalysisResult

data class GetNetworkInsightsAccessScopeAnalysisResult(val analyzedEniCount: Int? = null, val endDate: String? = null, val findingsFound: NetworkInsightsAccessScopeAnalysisFindingsFound? = null, val networkInsightsAccessScopeAnalysisArn: String? = null, val networkInsightsAccessScopeAnalysisId: String? = null, val startDate: String? = null, val status: NetworkInsightsAccessScopeAnalysisStatus? = null, val statusMessage: String? = null, val tags: List<Tag>? = null)

Constructors

constructor(analyzedEniCount: Int? = null, endDate: String? = null, findingsFound: NetworkInsightsAccessScopeAnalysisFindingsFound? = null, networkInsightsAccessScopeAnalysisArn: String? = null, networkInsightsAccessScopeAnalysisId: String? = null, startDate: String? = null, status: NetworkInsightsAccessScopeAnalysisStatus? = null, statusMessage: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val analyzedEniCount: Int? = null

The number of network interfaces analyzed.

Link copied to clipboard
val endDate: String? = null

The end date of the analysis.

Link copied to clipboard

Indicates whether there are findings (true | false | unknown).

Link copied to clipboard

The ARN of the Network Access Scope analysis.

Link copied to clipboard

The ID of the Network Access Scope analysis.

Link copied to clipboard
val startDate: String? = null

The start date of the analysis.

Link copied to clipboard

The status of the analysis (running | succeeded | failed).

Link copied to clipboard
val statusMessage: String? = null

The status message.

Link copied to clipboard
val tags: List<Tag>? = null

The tags.