AWSPinpointTargetingSendUsersMessagesRequest
Objective-C
@interface AWSPinpointTargetingSendUsersMessagesRequest
Swift
class AWSPinpointTargetingSendUsersMessagesRequest
-
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 }
-
Specifies the configuration and other settings for a message to send to all the endpoints that are associated with a list of users.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingSendUsersMessageRequest *_Nullable sendUsersMessageRequest;
Swift
var sendUsersMessageRequest: AWSPinpointTargetingSendUsersMessageRequest? { get set }