AWSPinpointTargetingEndpointBatchRequest
Objective-C
@interface AWSPinpointTargetingEndpointBatchRequest
Swift
class AWSPinpointTargetingEndpointBatchRequest
Specifies a batch of endpoints to create or update and the settings and attributes to set or change for each endpoint.
Required parameters: [Item]
-
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change. An array can contain a maximum of 100 items.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSPinpointTargetingEndpointBatchItem *> *_Nullable item;
Swift
var item: [AWSPinpointTargetingEndpointBatchItem]? { get set }