class Aws::CloudWatchEvidently::Types::Event
A structure that contains the information about one evaluation event or custom event sent to Evidently. This is a JSON payload. If this event specifies a pre-defined event type, the payload must follow the defined event schema.
@note When making an API call, you may pass Event
data as a hash: { data: "JsonValue", # required timestamp: Time.now, # required type: "aws.evidently.evaluation", # required, accepts aws.evidently.evaluation, aws.evidently.custom }
@!attribute [rw] data
The event data. @return [String]
@!attribute [rw] timestamp
The timestamp of the event. @return [Time]
@!attribute [rw] type
`aws.evidently.evaluation` specifies an evaluation event, which determines which feature variation that a user sees. `aws.evidently.custom` specifies a custom event, which generates metrics from user actions such as clicks and checkouts. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/Event AWS API Documentation
Constants
- SENSITIVE