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

DescribeACLsResponse

import type { DescribeACLsResponse } from "https://aws-api.deno.dev/v0.3/services/memorydb.ts?docs=full";
interface DescribeACLsResponse {
ACLs?: ACL[] | null;
NextToken?: string | null;
}

§Properties

§
ACLs?: ACL[] | null
[src]

The list of ACLs

§
NextToken?: string | null
[src]

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.