Class: Aws::EventBridge::Types::ListRuleNamesByTargetResponse

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

#next_tokenString

Indicates whether there are additional results to retrieve. If there are no more results, the value is null.

Returns:

  • (String)


2970
2971
2972
2973
2974
2975
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2970

class ListRuleNamesByTargetResponse < Struct.new(
  :rule_names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#rule_namesArray<String>

The names of the rules that can invoke the given target.

Returns:

  • (Array<String>)


2970
2971
2972
2973
2974
2975
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2970

class ListRuleNamesByTargetResponse < Struct.new(
  :rule_names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end