securityhub_describe_products: Returns information about product integrations in Security...

View source: R/securityhub_operations.R

securityhub_describe_productsR Documentation

Returns information about product integrations in Security Hub

Description

Returns information about product integrations in Security Hub.

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

Usage

securityhub_describe_products(
  NextToken = NULL,
  MaxResults = NULL,
  ProductArn = NULL
)

Arguments

NextToken

The token that is required for pagination. On your first call to the describe_products 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.

ProductArn

The ARN of the integration to return.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.