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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eventbridge/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


3360
3361
3362
3363
3364
3365
3366
3367
# File 'lib/aws-sdk-eventbridge/types.rb', line 3360

class ListRuleNamesByTargetRequest < Struct.new(
  :target_arn,
  :event_bus_name,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

The maximum number of results to return.

Returns:

  • (Integer)


3360
3361
3362
3363
3364
3365
3366
3367
# File 'lib/aws-sdk-eventbridge/types.rb', line 3360

class ListRuleNamesByTargetRequest < Struct.new(
  :target_arn,
  :event_bus_name,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token returned by a previous call, which you can use to retrieve the next set of results.

The value of ‘nextToken` is a unique pagination token for each page. To retrieve the next page of results, make the call again using the returned token. Keep all other arguments unchanged.

Using an expired pagination token results in an ‘HTTP 400 InvalidToken` error.

Returns:

  • (String)


3360
3361
3362
3363
3364
3365
3366
3367
# File 'lib/aws-sdk-eventbridge/types.rb', line 3360

class ListRuleNamesByTargetRequest < Struct.new(
  :target_arn,
  :event_bus_name,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#target_arnString

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

Returns:

  • (String)


3360
3361
3362
3363
3364
3365
3366
3367
# File 'lib/aws-sdk-eventbridge/types.rb', line 3360

class ListRuleNamesByTargetRequest < Struct.new(
  :target_arn,
  :event_bus_name,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end