You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatchEvents::Types::PutPartnerEventsRequestEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::PutPartnerEventsRequestEntry
- Defined in:
- (unknown)
Overview
When passing PutPartnerEventsRequestEntry as input to an Aws::Client method, you can use a vanilla Hash:
{
time: Time.now,
source: "EventSourceName",
resources: ["EventResource"],
detail_type: "String",
detail: "String",
}
The details about an event generated by an SaaS partner.
Instance Attribute Summary collapse
-
#detail ⇒ String
A valid JSON string.
-
#detail_type ⇒ String
A free-form string used to decide what fields to expect in the event detail.
-
#resources ⇒ Array<String>
AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.
-
#source ⇒ String
The event source that is generating the evntry.
-
#time ⇒ Time
The date and time of the event.
Instance Attribute Details
#detail ⇒ String
A valid JSON string. There is no other schema imposed. The JSON string may contain fields and nested subobjects.
#detail_type ⇒ String
A free-form string used to decide what fields to expect in the event detail.
#resources ⇒ Array<String>
AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.
#source ⇒ String
The event source that is generating the evntry.
#time ⇒ Time
The date and time of the event.