Class: Aws::EventBridge::Types::ListTargetsByRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::ListTargetsByRuleResponse
- Defined in:
- gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Indicates whether there are additional results to retrieve.
-
#targets ⇒ Array<Types::Target>
The targets assigned to the rule.
Instance Attribute Details
#next_token ⇒ String
Indicates whether there are additional results to retrieve. If there are no more results, the value is null.
3066 3067 3068 3069 3070 3071 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3066 class ListTargetsByRuleResponse < Struct.new( :targets, :next_token) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Array<Types::Target>
The targets assigned to the rule.
3066 3067 3068 3069 3070 3071 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3066 class ListTargetsByRuleResponse < Struct.new( :targets, :next_token) SENSITIVE = [] include Aws::Structure end |