Class: Aws::EventBridge::Types::ListTargetsByRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::ListTargetsByRuleResponse
- Includes:
- Structure
- Defined in:
- 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.
3229 3230 3231 3232 3233 3234 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 3229 class ListTargetsByRuleResponse < Struct.new( :targets, :next_token) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Array<Types::Target>
The targets assigned to the rule.
3229 3230 3231 3232 3233 3234 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 3229 class ListTargetsByRuleResponse < Struct.new( :targets, :next_token) SENSITIVE = [] include Aws::Structure end |