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

DescribePullThroughCacheRulesResponse

import type { DescribePullThroughCacheRulesResponse } from "https://aws-api.deno.dev/v0.3/services/ecr.ts?docs=full";
interface DescribePullThroughCacheRulesResponse {
nextToken?: string | null;
pullThroughCacheRules?: PullThroughCacheRule[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The nextToken value to include in a future DescribePullThroughCacheRulesRequest request. When the results of a DescribePullThroughCacheRulesRequest request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

§
pullThroughCacheRules?: PullThroughCacheRule[] | null
[src]

The details of the pull through cache rules.