class
Amazonite::EventBridge::PutPartnerEventsRequestEntry
- Amazonite::EventBridge::PutPartnerEventsRequestEntry
- Reference
- Object
Overview
The details about an event generated by an SaaS partner.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/put_partner_events_request_entry.crConstructors
- .new(pull : JSON::PullParser)
- .new(time : Time | Nil = nil, source : String | Nil = nil, resources : Array(String) | Nil = nil, detail_type : String | Nil = nil, detail : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#detail : String | Nil
A valid JSON string.
-
#detail=(detail : String | Nil)
A valid JSON string.
-
#detail_type : String | Nil
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
-
#detail_type=(detail_type : String | Nil)
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
-
#hash(hasher)
See
Object#hash(hasher) -
#resources : Array(String) | Nil
Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.
-
#resources=(resources : Array(String) | Nil)
Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.
-
#source : String | Nil
The event source that is generating the entry.
-
#source=(source : String | Nil)
The event source that is generating the entry.
-
#time : Time | Nil
The date and time of the event.
-
#time=(time : Time | Nil)
The date and time of the event.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A valid JSON string. There is no other schema imposed. The JSON string may contain fields and nested sub-objects.
Detail, DetailType, and Source are required for EventBridge to successfully send an event
to an event bus. If you include event entries in a request that do not include each of those
properties, EventBridge fails that entry. If you submit a request in which none of the entries
have each of these properties, EventBridge fails the entire request.
A valid JSON string. There is no other schema imposed. The JSON string may contain fields and nested sub-objects.
Detail, DetailType, and Source are required for EventBridge to successfully send an event
to an event bus. If you include event entries in a request that do not include each of those
properties, EventBridge fails that entry. If you submit a request in which none of the entries
have each of these properties, EventBridge fails the entire request.
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
Detail, DetailType, and Source are required for EventBridge to successfully send an event
to an event bus. If you include event entries in a request that do not include each of those
properties, EventBridge fails that entry. If you submit a request in which none of the entries
have each of these properties, EventBridge fails the entire request.
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
Detail, DetailType, and Source are required for EventBridge to successfully send an event
to an event bus. If you include event entries in a request that do not include each of those
properties, EventBridge fails that entry. If you submit a request in which none of the entries
have each of these properties, EventBridge fails the entire request.
Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.
Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.
The event source that is generating the entry.
Detail, DetailType, and Source are required for EventBridge to successfully send an event
to an event bus. If you include event entries in a request that do not include each of those
properties, EventBridge fails that entry. If you submit a request in which none of the entries
have each of these properties, EventBridge fails the entire request.
The event source that is generating the entry.
Detail, DetailType, and Source are required for EventBridge to successfully send an event
to an event bus. If you include event entries in a request that do not include each of those
properties, EventBridge fails that entry. If you submit a request in which none of the entries
have each of these properties, EventBridge fails the entire request.