Class: Aws::CloudWatchEvents::Types::ListTargetsByRuleResponse

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


2678
2679
2680
2681
2682
2683
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2678

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

#targetsArray<Types::Target>

The targets assigned to the rule.

Returns:



2678
2679
2680
2681
2682
2683
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2678

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