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

GetImpersonationRoleResponse

import type { GetImpersonationRoleResponse } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface GetImpersonationRoleResponse {
DateCreated?: Date | number | null;
DateModified?: Date | number | null;
Description?: string | null;
ImpersonationRoleId?: string | null;
Name?: string | null;
Rules?: ImpersonationRule[] | null;
Type?: ImpersonationRoleType | null;
}

§Properties

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

The date when the impersonation role was created.

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

The date when the impersonation role was last modified.

§
Description?: string | null
[src]

The impersonation role description.

§
ImpersonationRoleId?: string | null
[src]

The impersonation role ID.

§
Name?: string | null
[src]

The impersonation role name.

§
Rules?: ImpersonationRule[] | null
[src]

The list of rules for the given impersonation role.

§

The impersonation role type.