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

S3BucketOwner

import type { S3BucketOwner } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";

Provides information about the Amazon Web Services account that owns an S3 bucket.

interface S3BucketOwner {
displayName?: string | null;
id?: string | null;
}

§Properties

§
displayName?: string | null
[src]

The display name of the account that owns the bucket.

§
id?: string | null
[src]

The canonical user ID for the account that owns the bucket.