You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudWatchEvents::Types::PutEventsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PutEventsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#entriesArray<Types::PutEventsRequestEntry>

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.

Returns: