@aws-sdk/client-route53resolver

ListResolverRulesCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
MaxResults number | undefined

The value that you specified for MaxResults in the request.

NextToken string | undefined

If more than MaxResults Resolver rules match the specified criteria, you can submit another ListResolverRules request to get the next group of results. In the next request, specify the value of NextToken from the previous response.

ResolverRules ResolverRule[] | undefined

The Resolver rules that were created using the current Amazon Web Services account and that match the specified filters, if any.

Full Signature

export interface ListResolverRulesCommandOutput extends ListResolverRulesResponse, MetadataBearer