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

ListScramSecretsResponse

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

§Properties

§
NextToken?: string | null
[src]

Paginated results marker.

§
SecretArnList?: string[] | null
[src]

The list of scram secrets associated with the cluster.