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

MatchingBucket

import type { MatchingBucket } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/macie2.ts";
interface MatchingBucket {
accountId?: string | null;
bucketName?: string | null;
classifiableObjectCount?: number | null;
classifiableSizeInBytes?: number | null;
jobDetails?: JobDetails | null;
objectCount?: number | null;
objectCountByEncryptionType?: ObjectCountByEncryptionType | null;
sizeInBytes?: number | null;
sizeInBytesCompressed?: number | null;
unclassifiableObjectCount?: ObjectLevelStatistics | null;
unclassifiableObjectSizeInBytes?: ObjectLevelStatistics | null;
}

§Properties

§
accountId?: string | null
[src]
§
bucketName?: string | null
[src]
§
classifiableObjectCount?: number | null
[src]
§
classifiableSizeInBytes?: number | null
[src]
§
jobDetails?: JobDetails | null
[src]
§
objectCount?: number | null
[src]
§
objectCountByEncryptionType?: ObjectCountByEncryptionType | null
[src]
§
sizeInBytes?: number | null
[src]
§
sizeInBytesCompressed?: number | null
[src]
§
unclassifiableObjectCount?: ObjectLevelStatistics | null
[src]
§
unclassifiableObjectSizeInBytes?: ObjectLevelStatistics | null
[src]