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

DescribeObjectsOutput

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

Contains the output of DescribeObjects.

interface DescribeObjectsOutput {
hasMoreResults?: boolean | null;
marker?: string | null;
pipelineObjects: PipelineObject[];
}

§Properties

§
hasMoreResults?: boolean | null
[src]

Indicates whether there are more results to return.

§
marker?: string | null
[src]

The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.

§
pipelineObjects: PipelineObject[]
[src]

An array of object definitions.