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

ListTagsForResourceResponse

import type { ListTagsForResourceResponse } from "https://aws-api.deno.dev/v0.4/services/efs.ts?docs=full";
interface ListTagsForResourceResponse {
NextToken?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
NextToken?: string | null
[src]

NextToken is present if the response payload is paginated. You can use NextToken in a subsequent request to fetch the next page of access point descriptions.

§
Tags?: Tag[] | null
[src]

An array of the tags for the specified EFS resource.