AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ListManagedInsightRules operation. Returns a list that contains the number of managed Contributor Insights rules in your account.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudWatch.AmazonCloudWatchRequest
      Amazon.CloudWatch.Model.ListManagedInsightRulesRequest

Namespace: Amazon.CloudWatch.Model
Assembly: AWSSDK.CloudWatch.dll
Version: 3.x.y.z

Syntax

C#
public class ListManagedInsightRulesRequest : AmazonCloudWatchRequest
         IAmazonWebServiceRequest

The ListManagedInsightRulesRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property MaxResults System.Nullable<System.Int32>

Gets and sets the property 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 100.

Public Property NextToken System.String

Gets and sets the property NextToken.

Include this value to get the next set of rules if the value was returned by the previous operation.

Public Property ResourceARN System.String

Gets and sets the property ResourceARN.

The ARN of an Amazon Web Services resource that has managed Contributor Insights rules.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer