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

UpdateActionTargetRequest

import type { UpdateActionTargetRequest } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
interface UpdateActionTargetRequest {
ActionTargetArn: string;
Description?: string | null;
Name?: string | null;
}

§Properties

§
ActionTargetArn: string
[src]

The ARN of the custom action target to update.

§
Description?: string | null
[src]

The updated description for the custom action target.

§
Name?: string | null
[src]

The updated name of the custom action target.