class
Amazonite::EventBridge::PutEventsRequest
- Amazonite::EventBridge::PutEventsRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/put_events_request.crConstructors
- .new(entries : Array(PutEventsRequestEntry), endpoint_id : String | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#endpoint_id : String | Nil
The URL subdomain of the endpoint.
-
#endpoint_id=(endpoint_id : String | Nil)
The URL subdomain of the endpoint.
-
#entries : Array(PutEventsRequestEntry)
The entry that defines an event in your system.
-
#entries=(entries : Array(PutEventsRequestEntry))
The entry that defines an event in your system.
-
#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 URL subdomain of the endpoint. For example, if the URL for Endpoint is
https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.
When using Java, you must include auth-crt on the class path.
The URL subdomain of the endpoint. For example, if the URL for Endpoint is
https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.
When using Java, you must include auth-crt on the class path.
The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.
The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.