Class: Aws::EventBridge::Types::PutEventsResponse

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

#entriesArray<Types::PutEventsResultEntry>

The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.

For each record, the index of the response element is the same as the index in the request array.

Returns:



3424
3425
3426
3427
3428
3429
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3424

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

#failed_entry_countInteger

The number of failed entries.

Returns:

  • (Integer)


3424
3425
3426
3427
3428
3429
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3424

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