Class: Aws::CloudWatchEvents::Types::ListTargetsByRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::ListTargetsByRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_bus_name ⇒ String
The name or ARN of the event bus associated with the rule.
-
#limit ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The token returned by a previous call to retrieve the next set of results.
-
#rule ⇒ String
The name of the rule.
Instance Attribute Details
#event_bus_name ⇒ String
The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.
2658 2659 2660 2661 2662 2663 2664 2665 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2658 class ListTargetsByRuleRequest < Struct.new( :rule, :event_bus_name, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of results to return.
2658 2659 2660 2661 2662 2663 2664 2665 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2658 class ListTargetsByRuleRequest < Struct.new( :rule, :event_bus_name, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token returned by a previous call to retrieve the next set of results.
2658 2659 2660 2661 2662 2663 2664 2665 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2658 class ListTargetsByRuleRequest < Struct.new( :rule, :event_bus_name, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#rule ⇒ String
The name of the rule.
2658 2659 2660 2661 2662 2663 2664 2665 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2658 class ListTargetsByRuleRequest < Struct.new( :rule, :event_bus_name, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |