Learn R Programming

paws.security.identity (version 0.1.3)

securityhub_describe_products: Returns information about the products available that you can subscribe to and integrate with Security Hub to consolidate findings

Description

Returns information about the products available that you can subscribe to and integrate with Security Hub to consolidate findings.

Usage

securityhub_describe_products(NextToken, MaxResults)

Arguments

NextToken

The token that is required for pagination.

MaxResults

The maximum number of results to return.

Request syntax

svc$describe_products(
  NextToken = "string",
  MaxResults = 123
)