AWSPinpointTargetingCreateInAppTemplateResponse
Objective-C
@interface AWSPinpointTargetingCreateInAppTemplateResponse
Swift
class AWSPinpointTargetingCreateInAppTemplateResponse
-
Provides information about a request to create a message template.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingTemplateCreateMessageBody *_Nullable templateCreateMessageBody;
Swift
var templateCreateMessageBody: AWSPinpointTargetingTemplateCreateMessageBody? { get set }