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
§
jobDetails?: JobDetails | null
[src]§
objectCountByEncryptionType?: ObjectCountByEncryptionType | null
[src]§
unclassifiableObjectCount?: ObjectLevelStatistics | null
[src]§
unclassifiableObjectSizeInBytes?: ObjectLevelStatistics | null
[src]