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

ExecuteCommandResponse

import type { ExecuteCommandResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ecs.ts";
interface ExecuteCommandResponse {
clusterArn?: string | null;
containerArn?: string | null;
containerName?: string | null;
interactive?: boolean | null;
session?: Session | null;
taskArn?: string | null;
}

§Properties

§
clusterArn?: string | null
[src]
§
containerArn?: string | null
[src]
§
containerName?: string | null
[src]
§
interactive?: boolean | null
[src]
§
session?: Session | null
[src]
§
taskArn?: string | null
[src]