class Aws::EventBridge::Types::PutEventsRequest

@note When making an API call, you may pass PutEventsRequest

data as a hash:

    {
      entries: [ # required
        {
          time: Time.now,
          source: "String",
          resources: ["EventResource"],
          detail_type: "String",
          detail: "String",
          event_bus_name: "NonPartnerEventBusNameOrArn",
          trace_header: "TraceHeader",
        },
      ],
    }

@!attribute [rw] entries

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.
@return [Array<Types::PutEventsRequestEntry>]

@see docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/PutEventsRequest AWS API Documentation

Constants

SENSITIVE