class Aws::EventBridge::Types::ListTargetsByRuleRequest

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

data as a hash:

    {
      rule: "RuleName", # required
      event_bus_name: "EventBusNameOrArn",
      next_token: "NextToken",
      limit: 1,
    }

@!attribute [rw] rule

The name of the rule.
@return [String]

@!attribute [rw] event_bus_name

The name or ARN of the event bus associated with the rule. 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/eventbridge-2015-10-07/ListTargetsByRuleRequest AWS API Documentation

Constants

SENSITIVE