Skip to contents

Lists the rules of a specified sub-check belonging to a configuration check operation.

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

Usage

ssmsap_list_sub_check_rule_results(
  SubCheckResultId,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

SubCheckResultId

[required] The ID of the sub check result.

MaxResults

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

NextToken

The token for the next page of results.