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

DescribeLocationNfsResponse

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

DescribeLocationNfsResponse

interface DescribeLocationNfsResponse {
CreationTime?: Date | number | null;
LocationArn?: string | null;
LocationUri?: string | null;
MountOptions?: NfsMountOptions | null;
OnPremConfig?: OnPremConfig | null;
}

§Properties

§
CreationTime?: Date | number | null
[src]

The time that the NFS location was created.

§
LocationArn?: string | null
[src]

The Amazon Resource Name (ARN) of the NFS location that was described.

§
LocationUri?: string | null
[src]

The URL of the source NFS location that was described.

§
MountOptions?: NfsMountOptions | null
[src]

The NFS mount options that DataSync used to mount your NFS share.

§
OnPremConfig?: OnPremConfig | null
[src]