Get Network Insights Access Scope Analysis Result
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
Link copied to clipboard
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)
Properties
Link copied to clipboard
The number of network interfaces analyzed.
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
The status of the analysis (running | succeeded | failed).
Link copied to clipboard
The status message.