cloudwatch_list_managed_insight_rules {paws.management} | R Documentation |
Returns a list that contains the number of managed Contributor Insights rules in your account
Description
Returns a list that contains the number of managed Contributor Insights rules in your account.
See https://www.paws-r-sdk.com/docs/cloudwatch_list_managed_insight_rules/ for full documentation.
Usage
cloudwatch_list_managed_insight_rules(
ResourceARN,
NextToken = NULL,
MaxResults = NULL
)
Arguments
ResourceARN |
[required] The ARN of an Amazon Web Services resource that has managed Contributor Insights rules. |
NextToken |
Include this value to get the next set of rules if the value was returned by the previous operation. |
MaxResults |
The maximum number of results to return in one operation. If you omit
this parameter, the default number is used. The default number is |
[Package paws.management version 0.7.0 Index]