securityhub_describe_action_targets: Returns a list of the custom action targets in Security Hub...

View source: R/securityhub_operations.R

securityhub_describe_action_targetsR Documentation

Returns a list of the custom action targets in Security Hub in your account

Description

Returns a list of the custom action targets in Security Hub in your account.

See https://www.paws-r-sdk.com/docs/securityhub_describe_action_targets/ for full documentation.

Usage

securityhub_describe_action_targets(
  ActionTargetArns = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

ActionTargetArns

A list of custom action target ARNs for the custom action targets to retrieve.

NextToken

The token that is required for pagination. On your first call to the describe_action_targets operation, set the value of this parameter to NULL.

For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.

MaxResults

The maximum number of results to return.


paws.security.identity documentation built on May 29, 2024, 10:51 a.m.