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

GetAssociatedRoleResponse

import type { GetAssociatedRoleResponse } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";
interface GetAssociatedRoleResponse {
AssociatedAt?: string | null;
RoleArn?: string | null;
}

§Properties

§
AssociatedAt?: string | null
[src]

The time when the role was associated with the group.

§
RoleArn?: string | null
[src]

The ARN of the role that is associated with the group.