You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatchEvents::Types::ListRulesRequestWhen passing ListRulesRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
name_prefix: "RuleName",
event_bus_name: "EventBusNameOrArn",
next_token: "NextToken",
limit: 1,
}
Instance Attribute Summary collapse
The name or ARN of the event bus to list the rules for.
The maximum number of results to return.
The prefix matching the rule name.
The token returned by a previous call to retrieve the next set of results.
The name or ARN of the event bus to list the rules for. If you omit this, the default event bus is used.
#limit ⇒ IntegerThe maximum number of results to return.
#name_prefix ⇒ StringThe prefix matching the rule name.
#next_token ⇒ StringThe token returned by a previous call to retrieve the next set of results.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4