Class: Aws::CloudWatchEvents::Types::RemoveTargetsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failed_entriesArray<Types::RemoveTargetsResultEntry>

The failed target entries.



3399
3400
3401
3402
3403
3404
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 3399

class RemoveTargetsResponse < Struct.new(
  :failed_entry_count,
  :failed_entries)
  SENSITIVE = []
  include Aws::Structure
end

#failed_entry_countInteger

The number of failed entries.

Returns:

  • (Integer)


3399
3400
3401
3402
3403
3404
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 3399

class RemoveTargetsResponse < Struct.new(
  :failed_entry_count,
  :failed_entries)
  SENSITIVE = []
  include Aws::Structure
end