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

DescribeRecordOutput

import type { DescribeRecordOutput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface DescribeRecordOutput {
NextPageToken?: string | null;
RecordDetail?: RecordDetail | null;
RecordOutputs?: RecordOutput[] | null;
}

§Properties

§
NextPageToken?: string | null
[src]

The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

§
RecordDetail?: RecordDetail | null
[src]

Information about the product.

§
RecordOutputs?: RecordOutput[] | null
[src]

Information about the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.