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

DescribeSnapshotSchedulesMessage

import type { DescribeSnapshotSchedulesMessage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/redshift.ts";
interface DescribeSnapshotSchedulesMessage {
ClusterIdentifier?: string | null;
Marker?: string | null;
MaxRecords?: number | null;
ScheduleIdentifier?: string | null;
TagKeys?: string[] | null;
TagValues?: string[] | null;
}

§Properties

§
ClusterIdentifier?: string | null
[src]
§
Marker?: string | null
[src]
§
MaxRecords?: number | null
[src]
§
ScheduleIdentifier?: string | null
[src]
§
TagKeys?: string[] | null
[src]
§
TagValues?: string[] | null
[src]