AWSPinpointTargetingItemResponse
Objective-C
@interface AWSPinpointTargetingItemResponse
Swift
class AWSPinpointTargetingItemResponse
Provides information about the results of a request to create or update an endpoint that’s associated with an event.
-
The response that was received after the endpoint data was accepted.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingEndpointItemResponse *_Nullable endpointItemResponse;
Swift
var endpointItemResponse: AWSPinpointTargetingEndpointItemResponse? { get set }
-
A multipart response object that contains a key and a value for each event in the request. In each object, the event ID is the key and an EventItemResponse object is the value.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, AWSPinpointTargetingEventItemResponse *> *_Nullable eventsItemResponse;
Swift
var eventsItemResponse: [String : AWSPinpointTargetingEventItemResponse]? { get set }