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

GetResourceDefinitionVersionResponse

import type { GetResourceDefinitionVersionResponse } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";
interface GetResourceDefinitionVersionResponse {
Arn?: string | null;
CreationTimestamp?: string | null;
Definition?: ResourceDefinitionVersion | null;
Id?: string | null;
Version?: string | null;
}

§Properties

§
Arn?: string | null
[src]

Arn of the resource definition version.

§
CreationTimestamp?: string | null
[src]

The time, in milliseconds since the epoch, when the resource definition version was created.

§
Definition?: ResourceDefinitionVersion | null
[src]

Information about the definition.

§
Id?: string | null
[src]

The ID of the resource definition version.

§
Version?: string | null
[src]

The version of the resource definition version.