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

DescribeNetworkInterfaceAttributeResult

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

Contains the output of DescribeNetworkInterfaceAttribute.

interface DescribeNetworkInterfaceAttributeResult {
Attachment?: NetworkInterfaceAttachment | null;
Description?: AttributeValue | null;
Groups: GroupIdentifier[];
NetworkInterfaceId?: string | null;
SourceDestCheck?: AttributeBooleanValue | null;
}

§Properties

§

The attachment (if any) of the network interface.

§
Description?: AttributeValue | null
[src]

The description of the network interface.

§

The security groups associated with the network interface.

§
NetworkInterfaceId?: string | null
[src]

The ID of the network interface.

§
SourceDestCheck?: AttributeBooleanValue | null
[src]

Indicates whether source/destination checking is enabled.