DescribeNetworkInterfaceAttributeResult
import type { DescribeNetworkInterfaceAttributeResult } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";interface DescribeNetworkInterfaceAttributeResult {
Attachment?: NetworkInterfaceAttachment | null;
Description?: AttributeValue | null;
Groups: GroupIdentifier[];
NetworkInterfaceId?: string | null;
SourceDestCheck?: AttributeBooleanValue | null;
}§Properties
§
Attachment?: NetworkInterfaceAttachment | null
[src]§
Description?: AttributeValue | null
[src]§
Groups: GroupIdentifier[]
[src]§
SourceDestCheck?: AttributeBooleanValue | null
[src]