Method: Aws::Pinpoint::Types::EventsRequest#batch_item

Defined in:
lib/aws-sdk-pinpoint/types.rb

#batch_itemHash<String,Types::EventsBatch>

The batch of events to process. For each item in a batch, the endpoint ID acts as a key that has an EventsBatch object as its value.

Returns:



5467
5468
5469
5470
5471
# File 'lib/aws-sdk-pinpoint/types.rb', line 5467

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