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

DownloadDBLogFilePortionDetails

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

This data type is used as a response element to DownloadDBLogFilePortion.

interface DownloadDBLogFilePortionDetails {
AdditionalDataPending?: boolean | null;
LogFileData?: string | null;
Marker?: string | null;
}

§Properties

§
AdditionalDataPending?: boolean | null
[src]

Boolean value that if true, indicates there is more data to be downloaded.

§
LogFileData?: string | null
[src]

Entries from the specified log file.

§
Marker?: string | null
[src]

A pagination token that can be used in a later DownloadDBLogFilePortion request.