class Amazonite::EventBridge::PutPartnerEventsResponse

Included Modules

Defined in:

eventbridge/put_partner_events_response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(failed_entry_count : Int32 | Nil = nil, entries : Array(PutPartnerEventsResultEntry) | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def entries : Array(PutPartnerEventsResultEntry) | Nil #

The results for each event entry the partner submitted in this request. If the event was successfully submitted, 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.


[View source]
def entries=(entries : Array(PutPartnerEventsResultEntry) | Nil) #

The results for each event entry the partner submitted in this request. If the event was successfully submitted, 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.


[View source]
def failed_entry_count : Int32 | Nil #

The number of events from this operation that could not be written to the partner event bus.


[View source]
def failed_entry_count=(failed_entry_count : Int32 | Nil) #

The number of events from this operation that could not be written to the partner event bus.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def validate! : Nil #

[View source]