class
Amazonite::EventBridge::PutEventsResponse
- Amazonite::EventBridge::PutEventsResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/put_events_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(failed_entry_count : Int32 | Nil = nil, entries : Array(PutEventsResultEntry) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#entries : Array(PutEventsResultEntry) | Nil
The successfully and unsuccessfully ingested events results.
-
#entries=(entries : Array(PutEventsResultEntry) | Nil)
The successfully and unsuccessfully ingested events results.
-
#failed_entry_count : Int32 | Nil
The number of failed entries.
-
#failed_entry_count=(failed_entry_count : Int32 | Nil)
The number of failed entries.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.