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

ShareInvitationSummary

import type { ShareInvitationSummary } from "https://aws-api.deno.dev/v0.4/services/wellarchitected.ts?docs=full";

A share invitation summary return object.

interface ShareInvitationSummary {
LensArn?: string | null;
LensName?: string | null;
PermissionType?: PermissionType | null;
SharedBy?: string | null;
SharedWith?: string | null;
ShareInvitationId?: string | null;
ShareResourceType?: ShareResourceType | null;
WorkloadId?: string | null;
WorkloadName?: string | null;
}

§Properties

§
LensArn?: string | null
[src]

The ARN for the lens.

§
LensName?: string | null
[src]
§
PermissionType?: PermissionType | null
[src]
§
SharedBy?: string | null
[src]
§
SharedWith?: string | null
[src]
§
ShareInvitationId?: string | null
[src]

The ID assigned to the share invitation.

§
ShareResourceType?: ShareResourceType | null
[src]

The resource type of the share invitation.

§
WorkloadId?: string | null
[src]
§
WorkloadName?: string | null
[src]