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

GetLayoutResponse

import type { GetLayoutResponse } from "https://aws-api.deno.dev/v0.4/services/connectcases.ts?docs=full";
interface GetLayoutResponse {
content: LayoutContent;
layoutArn: string;
layoutId: string;
name: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§

Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.

§
layoutArn: string
[src]

The Amazon Resource Name (ARN) of the newly created layout.

§
layoutId: string
[src]

The unique identifier of the layout.

§
name: string
[src]

The name of the layout. It must be unique.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.