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

GetWorkingLocationResponse

import type { GetWorkingLocationResponse } from "https://aws-api.deno.dev/v0.3/services/finspacedata.ts?docs=full";
interface GetWorkingLocationResponse {
s3Bucket?: string | null;
s3Path?: string | null;
s3Uri?: string | null;
}

§Properties

§
s3Bucket?: string | null
[src]

Returns the Amazon S3 bucket name for the working location.

§
s3Path?: string | null
[src]

Returns the Amazon S3 Path for the working location.

§
s3Uri?: string | null
[src]

Returns the Amazon S3 URI for the working location.