AWSPinpointTargetingGetSmsTemplateResponse
Objective-C
@interface AWSPinpointTargetingGetSmsTemplateResponse
Swift
class AWSPinpointTargetingGetSmsTemplateResponse
-
Provides information about the content and settings for a message template that can be used in text messages that are sent through the SMS channel.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingSMSTemplateResponse *_Nullable SMSTemplateResponse;
Swift
var smsTemplateResponse: AWSPinpointTargetingSMSTemplateResponse? { get set }