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

ImageAttribute

import type { ImageAttribute } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface ImageAttribute {
BlockDeviceMappings: BlockDeviceMapping[];
BootMode?: AttributeValue | null;
Description?: AttributeValue | null;
ImageId?: string | null;
KernelId?: AttributeValue | null;
LaunchPermissions: LaunchPermission[];
ProductCodes: ProductCode[];
RamdiskId?: AttributeValue | null;
SriovNetSupport?: AttributeValue | null;
}

§Properties

§
BlockDeviceMappings: BlockDeviceMapping[]
[src]
§
BootMode?: AttributeValue | null
[src]
§
Description?: AttributeValue | null
[src]
§
ImageId?: string | null
[src]
§
KernelId?: AttributeValue | null
[src]
§
LaunchPermissions: LaunchPermission[]
[src]
§
ProductCodes: ProductCode[]
[src]
§
RamdiskId?: AttributeValue | null
[src]
§
SriovNetSupport?: AttributeValue | null
[src]