Class: Aws::CloudWatchEvents::Types::ListRuleNamesByTargetResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/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)


2559
2560
2561
2562
2563
2564
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2559

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>)


2559
2560
2561
2562
2563
2564
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2559

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