Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetNetworkInsightsAccessScopeAnalysisFindingsResult

import type { GetNetworkInsightsAccessScopeAnalysisFindingsResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface GetNetworkInsightsAccessScopeAnalysisFindingsResult {
AnalysisFindings: AccessScopeAnalysisFinding[];
AnalysisStatus?: AnalysisStatus | null;
NetworkInsightsAccessScopeAnalysisId?: string | null;
NextToken?: string | null;
}

§Properties

§

The findings associated with Network Access Scope Analysis.

§
AnalysisStatus?: AnalysisStatus | null
[src]

The status of Network Access Scope Analysis.

§
NetworkInsightsAccessScopeAnalysisId?: string | null
[src]

The ID of the Network Access Scope analysis.

§
NextToken?: string | null
[src]

The token to use to retrieve the next page of results. This value is null when there are no more results to return.