class
Amazonite::EventBridge::PutPartnerEventsRequest
- Amazonite::EventBridge::PutPartnerEventsRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/put_partner_events_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#entries : Array(PutPartnerEventsRequestEntry)
The list of events to write to the event bus.
-
#entries=(entries : Array(PutPartnerEventsRequestEntry))
The list of events to write to the event bus.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
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=(entries : Array(PutPartnerEventsRequestEntry))
#
The list of events to write to the event bus.