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

GetGroupVersionResponse

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

§Properties

§
Arn?: string | null
[src]

The ARN of the group version.

§
CreationTimestamp?: string | null
[src]

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

§
Definition?: GroupVersion | null
[src]

Information about the group version definition.

§
Id?: string | null
[src]

The ID of the group that the version is associated with.

§
Version?: string | null
[src]

The ID of the group version.