AWSPinpointTargetingUpdateEndpointRequest
Objective-C
@interface AWSPinpointTargetingUpdateEndpointRequest
Swift
class AWSPinpointTargetingUpdateEndpointRequest
-
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable applicationId;
Swift
var applicationId: String? { get set }
-
The case insensitive unique identifier for the endpoint. The identifier can’t contain
$
,{
or}
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable endpointId;
Swift
var endpointId: String? { get set }
-
Specifies the channel type and other settings for an endpoint.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingEndpointRequest *_Nullable endpointRequest;
Swift
var endpointRequest: AWSPinpointTargetingEndpointRequest? { get set }