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.deno.dev/v0.3/services/ram.ts?docs=full";

Describes an invitation for an Amazon Web Services account to join a resource share.

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]

The date and time when the invitation was sent.

§
receiverAccountId?: string | null
[src]

The ID of the Amazon Web Services account that received the invitation.

§
receiverArn?: string | null
[src]

The Amazon Resoure Name (ARN) of the IAM user or role that received the invitation.

§
resourceShareArn?: string | null
[src]

The Amazon Resoure Name (ARN) of the resource share

§
resourceShareAssociations?: ResourceShareAssociation[] | null
[src]

To view the resources associated with a pending resource share invitation, use "ListPendingInvitationResources".

§
resourceShareInvitationArn?: string | null
[src]

The Amazon Resoure Name (ARN) of the invitation.

§
resourceShareName?: string | null
[src]

The name of the resource share.

§
senderAccountId?: string | null
[src]

The ID of the Amazon Web Services account that sent the invitation.

§

The current status of the invitation.