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

ResourceShareInvitation

import type { ResourceShareInvitation } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ram.ts";
interface ResourceShareInvitation {
invitationTimestamp?: Date | number | null;
receiverAccountId?: string | null;
receiverArn?: string | null;
resourceShareArn?: string | null;
resourceShareAssociations?: ResourceShareAssociation[] | null;
resourceShareInvitationArn?: string | null;
resourceShareName?: string | null;
senderAccountId?: string | null;
}

§Properties

§
invitationTimestamp?: Date | number | null
[src]
§
receiverAccountId?: string | null
[src]
§
receiverArn?: string | null
[src]
§
resourceShareArn?: string | null
[src]
§
resourceShareAssociations?: ResourceShareAssociation[] | null
[src]
§
resourceShareInvitationArn?: string | null
[src]
§
resourceShareName?: string | null
[src]
§
senderAccountId?: string | null
[src]