AWSPinpointTargetingEndpointsResponse
Objective-C
@interface AWSPinpointTargetingEndpointsResponse
Swift
class AWSPinpointTargetingEndpointsResponse
Provides information about all the endpoints that are associated with a user ID.
Required parameters: [Item]
-
An array of responses, one for each endpoint that’s associated with the user ID.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSPinpointTargetingEndpointResponse *> *_Nullable item;
Swift
var item: [AWSPinpointTargetingEndpointResponse]? { get set }