Class: Aws::Pinpoint::Types::EventsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Specifies a batch of events to process.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#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:



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

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