Amazon.CloudWatchEvents.AmazonCloudWatchEventsClient.ListRules C# (CSharp) Method

ListRules() public method

Lists the Amazon CloudWatch Events rules in your account. You can either list all the rules or you can provide a prefix to match to the rule names. If you have more rules in your account than the given limit, the results will be paginated. In that case, use the next token returned in the response and repeat ListRules until the NextToken in the response is returned as null.
/// This exception occurs due to unexpected causes. ///
public ListRules ( ) : ListRulesResponse
return Amazon.CloudWatchEvents.Model.ListRulesResponse
        public ListRulesResponse ListRules()
        {
            return ListRules(new ListRulesRequest());
        }

Same methods

AmazonCloudWatchEventsClient::ListRules ( ListRulesRequest request ) : ListRulesResponse