class Aws::CloudWatchEvents::Types::ListRulesRequest

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

data as a hash:

    {
      name_prefix: "RuleName",
      event_bus_name: "EventBusNameOrArn",
      next_token: "NextToken",
      limit: 1,
    }

@!attribute [rw] name_prefix

The prefix matching the rule name.
@return [String]

@!attribute [rw] event_bus_name

The name or ARN of the event bus to list the rules for. If you omit
this, the default event bus is used.
@return [String]

@!attribute [rw] next_token

The token returned by a previous call to retrieve the next set of
results.
@return [String]

@!attribute [rw] limit

The maximum number of results to return.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/events-2015-10-07/ListRulesRequest AWS API Documentation

Constants

SENSITIVE