Lists the targets assigned to the specified rule.
cloudwatchevents_list_targets_by_rule(Rule, EventBusName, NextToken,
Limit)
[required] The name of the rule.
The event bus associated with the rule. If you omit this, the default event bus is used.
The token returned by a previous call to retrieve the next set of results.
The maximum number of results to return.
svc$list_targets_by_rule( Rule = "string", EventBusName = "string", NextToken = "string", Limit = 123 )