Learn R Programming

paws.security.identity (version 0.1.3)

securityhub_get_insights: Lists and describes insights that insight ARNs specify

Description

Lists and describes insights that insight ARNs specify.

Usage

securityhub_get_insights(InsightArns, NextToken, MaxResults)

Arguments

InsightArns

The ARNs of the insights that you want to describe.

NextToken

Paginates results. On your first call to the GetInsights operation, set the value of this parameter to NULL. For subsequent calls to the operation, fill nextToken in the request with the value of nextToken from the previous response to continue listing data.

MaxResults

The maximum number of items that you want in the response.

Request syntax

svc$get_insights(
  InsightArns = list(
    "string"
  ),
  NextToken = "string",
  MaxResults = 123
)