You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatchEvents::Types::PutEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::PutEventsResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#entries ⇒ Array<Types::PutEventsResultEntry>
The successfully and unsuccessfully ingested events results.
-
#failed_entry_count ⇒ Integer
The number of failed entries.
Instance Attribute Details
#entries ⇒ Array<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.
#failed_entry_count ⇒ Integer
The number of failed entries.