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

Class: Aws::CloudWatchEvents::Types::PutPartnerEventsRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#entriesArray<Types::PutPartnerEventsRequestEntry>

The list of events to write to the event bus.

Returns: