AWSPinpointTargetingEventsRequest
Objective-C
@interface AWSPinpointTargetingEventsRequest
Swift
class AWSPinpointTargetingEventsRequest
Specifies a batch of events to process.
Required parameters: [BatchItem]
-
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.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, AWSPinpointTargetingEventsBatch *> *_Nullable batchItem;
Swift
var batchItem: [String : AWSPinpointTargetingEventsBatch]? { get set }