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

DescribeIngestionRequest

import type { DescribeIngestionRequest } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface DescribeIngestionRequest {
AwsAccountId: string;
DataSetId: string;
IngestionId: string;
}

§Properties

§
AwsAccountId: string
[src]

The Amazon Web Services account ID.

§
DataSetId: string
[src]

The ID of the dataset used in the ingestion.

§
IngestionId: string
[src]

An ID for the ingestion.