Class: Aws::CloudWatchEvents::Types::ListRuleNamesByTargetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::ListRuleNamesByTargetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Indicates whether there are additional results to retrieve.
-
#rule_names ⇒ Array<String>
The names of the rules that can invoke the given target.
Instance Attribute Details
#next_token ⇒ String
Indicates whether there are additional results to retrieve. If there are no more results, the value is null.
2559 2560 2561 2562 2563 2564 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2559 class ListRuleNamesByTargetResponse < Struct.new( :rule_names, :next_token) SENSITIVE = [] include Aws::Structure end |
#rule_names ⇒ Array<String>
The names of the rules that can invoke the given target.
2559 2560 2561 2562 2563 2564 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2559 class ListRuleNamesByTargetResponse < Struct.new( :rule_names, :next_token) SENSITIVE = [] include Aws::Structure end |