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

ListRulesRequest

import type { ListRulesRequest } from "https://aws-api.deno.dev/v0.3/services/rbin.ts?docs=full";
interface ListRulesRequest {
MaxResults?: number | null;
NextToken?: string | null;
ResourceTags?: ResourceTag[] | null;
ResourceType: ResourceType;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

§
NextToken?: string | null
[src]

The token to use to retrieve the next page of results.

§
ResourceTags?: ResourceTag[] | null
[src]

The tags used to identify resources that are to be retained by the retention rule.

§
ResourceType: ResourceType
[src]

The resource type retained by the retention rule. Only retention rules that retain the specified resource type are listed.