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

DescribeDBLogFilesDetails

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

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

interface DescribeDBLogFilesDetails {
LastWritten?: number | null;
LogFileName?: string | null;
Size?: number | null;
}

§Properties

§
LastWritten?: number | null
[src]

A POSIX timestamp when the last log entry was written.

§
LogFileName?: string | null
[src]

The name of the log file for the specified DB instance.

§
Size?: number | null
[src]

The size, in bytes, of the log file for the specified DB instance.