class Aws::EventBridge::Types::ListRuleNamesByTargetRequest
@note When making an API call, you may pass ListRuleNamesByTargetRequest
data as a hash: { target_arn: "TargetArn", # required event_bus_name: "EventBusNameOrArn", next_token: "NextToken", limit: 1, }
@!attribute [rw] target_arn
The Amazon Resource Name (ARN) of the target resource. @return [String]
@!attribute [rw] event_bus_name
The name or ARN of the event bus to list rules for. 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/ListRuleNamesByTargetRequest AWS API Documentation
Constants
- SENSITIVE