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

DescribeSnapshotAttributeResult

import type { DescribeSnapshotAttributeResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface DescribeSnapshotAttributeResult {
CreateVolumePermissions: CreateVolumePermission[];
ProductCodes: ProductCode[];
SnapshotId?: string | null;
}

§Properties

§
CreateVolumePermissions: CreateVolumePermission[]
[src]

The users and groups that have the permissions for creating volumes from the snapshot.

§
ProductCodes: ProductCode[]
[src]

The product codes.

§
SnapshotId?: string | null
[src]

The ID of the EBS snapshot.