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