Class: Aws::EventBridge::Types::ListTargetsByRuleResponse

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


3089
3090
3091
3092
3093
3094
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3089

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

#targetsArray<Types::Target>

The targets assigned to the rule.

Returns:



3089
3090
3091
3092
3093
3094
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3089

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