AttemptContainerDetail
import type { AttemptContainerDetail } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/batch.ts";interface AttemptContainerDetail {
containerInstanceArn?: string | null;
exitCode?: number | null;
logStreamName?: string | null;
networkInterfaces?: NetworkInterface[] | null;
reason?: string | null;
taskArn?: string | null;
}