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

SendProjectSessionActionResponse

import type { SendProjectSessionActionResponse } from "https://aws-api.deno.dev/v0.4/services/databrew.ts?docs=full";
interface SendProjectSessionActionResponse {
ActionId?: number | null;
Name: string;
Result?: string | null;
}

§Properties

§
ActionId?: number | null
[src]

A unique identifier for the action that was performed.

§
Name: string
[src]

The name of the project that was affected by the action.

§
Result?: string | null
[src]

A message indicating the result of performing the action.