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

VpcSecurityGroupMembership

import type { VpcSecurityGroupMembership } from "https://aws-api.deno.dev/v0.3/services/neptune.ts?docs=full";

This data type is used as a response element for queries on VPC security group membership.

interface VpcSecurityGroupMembership {
Status?: string | null;
VpcSecurityGroupId?: string | null;
}

§Properties

§
Status?: string | null
[src]

The status of the VPC security group.

§
VpcSecurityGroupId?: string | null
[src]

The name of the VPC security group.