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

FieldSummary

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

Object for the summarized details of the field.

interface FieldSummary {
fieldArn: string;
fieldId: string;
name: string;
namespace: FieldNamespace;
type: FieldType;
}

§Properties

§
fieldArn: string
[src]

The Amazon Resource Name (ARN) of the field.

§
fieldId: string
[src]

The unique identifier of a field.

§
name: string
[src]

Name of the field.

§

The namespace of a field.

§

The type of a field.