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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entriesArray<Types::PutPartnerEventsRequestEntry>

The list of events to write to the event bus.



2987
2988
2989
2990
2991
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2987

class PutPartnerEventsRequest < Struct.new(
  :entries)
  SENSITIVE = []
  include Aws::Structure
end