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

GetAnalyzedResourceResponse

import type { GetAnalyzedResourceResponse } from "https://aws-api.deno.dev/v0.3/services/accessanalyzer.ts?docs=full";

The response to the request.

interface GetAnalyzedResourceResponse {
resource?: AnalyzedResource | null;
}

§Properties

§
resource?: AnalyzedResource | null
[src]

An AnalyzedResource object that contains information that IAM Access Analyzer found when it analyzed the resource.