class Aws::CodeStarNotifications::Types::ListNotificationRulesRequest

@note When making an API call, you may pass ListNotificationRulesRequest

data as a hash:

    {
      filters: [
        {
          name: "EVENT_TYPE_ID", # required, accepts EVENT_TYPE_ID, CREATED_BY, RESOURCE, TARGET_ADDRESS
          value: "ListNotificationRulesFilterValue", # required
        },
      ],
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] filters

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

<note markdown="1"> 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.

 </note>
@return [Array<Types::ListNotificationRulesFilter>]

@!attribute [rw] next_token

An enumeration token that, when provided in a request, returns the
next batch of the results.
@return [String]

@!attribute [rw] max_results

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

@see docs.aws.amazon.com/goto/WebAPI/codestar-notifications-2019-10-15/ListNotificationRulesRequest AWS API Documentation

Constants

SENSITIVE