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

DescribeActionTargetsResponse

import type { DescribeActionTargetsResponse } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
interface DescribeActionTargetsResponse {
ActionTargets: ActionTarget[];
NextToken?: string | null;
}

§Properties

§
ActionTargets: ActionTarget[]
[src]

A list of ActionTarget objects. Each object includes the ActionTargetArn, Description, and Name of a custom action target available in Security Hub.

§
NextToken?: string | null
[src]

The pagination token to use to request the next page of results.