Class: Aws::Pinpoint::Types::EventsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::EventsRequest
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Specifies a batch of events to process.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_item ⇒ Hash<String,Types::EventsBatch>
The batch of events to process.
Instance Attribute Details
#batch_item ⇒ Hash<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.
5467 5468 5469 5470 5471 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5467 class EventsRequest < Struct.new( :batch_item) SENSITIVE = [] include Aws::Structure end |