Class: Aws::CloudWatchEvents::Types::PutPartnerEventsResponse

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

#entriesArray<Types::PutPartnerEventsResultEntry>

The list of events from this operation that were successfully written to the partner event bus.



3043
3044
3045
3046
3047
3048
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3043

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

#failed_entry_countInteger

The number of events from this operation that could not be written to the partner event bus.

Returns:

  • (Integer)


3043
3044
3045
3046
3047
3048
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3043

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