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

DescribeRulesInput

import type { DescribeRulesInput } from "https://aws-api.deno.dev/v0.3/services/elbv2.ts?docs=full";
interface DescribeRulesInput {
ListenerArn?: string | null;
Marker?: string | null;
PageSize?: number | null;
RuleArns?: string[] | null;
}

§Properties

§
ListenerArn?: string | null
[src]

The Amazon Resource Name (ARN) of the listener.

§
Marker?: string | null
[src]

The marker for the next set of results. (You received this marker from a previous call.)

§
PageSize?: number | null
[src]

The maximum number of results to return with this call.

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

The Amazon Resource Names (ARN) of the rules.