Class ListTargetsByRuleRequest
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Container for the parameters to the ListTargetsByRule operation. Lists the targets assigned to the specified rule.
The maximum number of results per page for requests is 100.
public class ListTargetsByRuleRequest : AmazonEventBridgeRequest
- Inheritance
-
ListTargetsByRuleRequest
Constructors
ListTargetsByRuleRequest()
public ListTargetsByRuleRequest()
Properties
EventBusName
Gets and sets the property EventBusName.
The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.
public string EventBusName { get; set; }
Property Value
Limit
Gets and sets the property Limit.
The maximum number of results to return.
public int Limit { get; set; }
Property Value
NextToken
Gets and sets the property NextToken.
The token returned by a previous call to retrieve the next set of results.
public string NextToken { get; set; }
Property Value
Rule
Gets and sets the property Rule.
The name of the rule.
public string Rule { get; set; }