Class: Aws::EventBridge::Types::ListRulesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridge/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 the rules for. If you omit this, the default event bus is used.

Returns:

  • (String)


2997
2998
2999
3000
3001
3002
3003
3004
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2997

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

#limitInteger

The maximum number of results to return.

Returns:

  • (Integer)


2997
2998
2999
3000
3001
3002
3003
3004
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2997

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

#name_prefixString

The prefix matching the rule name.

Returns:

  • (String)


2997
2998
2999
3000
3001
3002
3003
3004
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2997

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

#next_tokenString

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

Returns:

  • (String)


2997
2998
2999
3000
3001
3002
3003
3004
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2997

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