AWS SDK Version 3 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 ListNotificationRules operation. Returns a list of the notification rules for an Amazon Web Services account.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CodeStarNotifications.AmazonCodeStarNotificationsRequest
      Amazon.CodeStarNotifications.Model.ListNotificationRulesRequest

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

Syntax

C#
public class ListNotificationRulesRequest : AmazonCodeStarNotificationsRequest
         IAmazonWebServiceRequest

The ListNotificationRulesRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Filters System.Collections.Generic.List<Amazon.CodeStarNotifications.Model.ListNotificationRulesFilter>

Gets and sets the property Filters.

The filters to use to return information by service or resource type. For valid values, see ListNotificationRulesFilter.

A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

A non-negative integer used to limit the number of returned results. The maximum number of results that can be returned is 100.

Public Property NextToken System.String

Gets and sets the property NextToken.

An enumeration token that, when provided in a request, returns the next batch of the results.

Version Information

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

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5