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

CreateJobTemplateResponse

import type { CreateJobTemplateResponse } from "https://aws-api.deno.dev/v0.4/services/emrcontainers.ts?docs=full";
interface CreateJobTemplateResponse {
arn?: string | null;
createdAt?: Date | number | null;
id?: string | null;
name?: string | null;
}

§Properties

§
arn?: string | null
[src]

This output display the ARN of the created job template.

§
createdAt?: Date | number | null
[src]

This output displays the date and time when the job template was created.

§
id?: string | null
[src]

This output display the created job template ID.

§
name?: string | null
[src]

This output displays the name of the created job template.