Class ListRulesResponse
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
This is the response object from the ListRules operation.
public class ListRulesResponse : AmazonWebServiceResponse
- Inheritance
-
ListRulesResponse
Constructors
ListRulesResponse()
public ListRulesResponse()
Properties
NextToken
Gets and sets the property NextToken.
Indicates whether there are additional results to retrieve. If there are no more results, the value is null.
public string NextToken { get; set; }
Property Value
Rules
Gets and sets the property Rules.
The rules that match the specified criteria.
public List<Rule> Rules { get; set; }