class Aws::SecurityHub::Types::DescribeActionTargetsRequest

@note When making an API call, you may pass DescribeActionTargetsRequest

data as a hash:

    {
      action_target_arns: ["NonEmptyString"],
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] action_target_arns

A list of custom action target ARNs for the custom action targets to
retrieve.
@return [Array<String>]

@!attribute [rw] next_token

The token that is required for pagination. On your first call to the
`DescribeActionTargets` 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.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DescribeActionTargetsRequest AWS API Documentation

Constants

SENSITIVE