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

OrganizationEbsVolumesResult

import type { OrganizationEbsVolumesResult } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";

An object that contains information on the status of whether EBS volumes scanning will be enabled as a data source for an organization.

interface OrganizationEbsVolumesResult {
AutoEnable?: boolean | null;
}

§Properties

§
AutoEnable?: boolean | null
[src]

An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members joining the organization.