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;
status?: ResourceShareInvitationStatus | null;
}