Class: Aws::EventBridge::Types::PutEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::PutEventsResponse
- Defined in:
- gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
4190 4191 4192 4193 4194 4195 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4190 class PutEventsResponse < Struct.new( :failed_entry_count, :entries) SENSITIVE = [] include Aws::Structure end |
#failed_entry_count ⇒ Integer
The number of failed entries.
4190 4191 4192 4193 4194 4195 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4190 class PutEventsResponse < Struct.new( :failed_entry_count, :entries) SENSITIVE = [] include Aws::Structure end |