Class: Aws::CloudWatchEvents::Types::PutEventsResponse

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

#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.

Returns:



2950
2951
2952
2953
2954
2955
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2950

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

#failed_entry_countInteger

The number of failed entries.

Returns:

  • (Integer)


2950
2951
2952
2953
2954
2955
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2950

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