You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EventBridge::Types::ListRuleNamesByTargetRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListRuleNamesByTargetRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  target_arn: "TargetArn", # required
  event_bus_name: "EventBusNameOrArn",
  next_token: "NextToken",
  limit: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#event_bus_nameString

The name or ARN of the event bus to list rules for. If you omit this, the default event bus is used.

Returns:

  • (String)

    The name or ARN of the event bus to list rules for.

#limitInteger

The maximum number of results to return.

Returns:

  • (Integer)

    The maximum number of results to return.

#next_tokenString

The token returned by a previous call to retrieve the next set of results.

Returns:

  • (String)

    The token returned by a previous call to retrieve the next set of results.

#target_arnString

The Amazon Resource Name (ARN) of the target resource.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the target resource.