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

ReportWithRawData

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

Contains the unmodified data for the report. For more information, see .

interface ReportWithRawData {
data?: string | null;
reportArn?: string | null;
}

§Properties

§
data?: string | null
[src]

The value of the requested data field from the report.

§
reportArn?: string | null
[src]

The ARN of the report.