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

GenerateCredentialReportResponse

import type { GenerateCredentialReportResponse } from "https://aws-api.deno.dev/v0.4/services/iam.ts?docs=full";

Contains the response to a successful "GenerateCredentialReport" request.

interface GenerateCredentialReportResponse {
Description?: string | null;
State?: ReportStateType | null;
}

§Properties

§
Description?: string | null
[src]

Information about the credential report.

§
State?: ReportStateType | null
[src]

Information about the state of the credential report.