securityhub_get_enabled_standards {paws.security.identity} | R Documentation |
Returns a list of the standards that are currently enabled
Description
Returns a list of the standards that are currently enabled.
See https://www.paws-r-sdk.com/docs/securityhub_get_enabled_standards/ for full documentation.
Usage
securityhub_get_enabled_standards(
StandardsSubscriptionArns = NULL,
NextToken = NULL,
MaxResults = NULL
)
Arguments
StandardsSubscriptionArns |
The list of the standards subscription ARNs for the standards to retrieve. |
NextToken |
The token that is required for pagination. On your first call to the
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 in the response. |
[Package paws.security.identity version 0.6.1 Index]