AWSPinpointTargetingSimpleEmailPart Class Reference Inherits from AWSModel : AWSMTLModel Declared in AWSPinpointTargetingModel.hAWSPinpointTargetingModel.m Overview Specifies the subject or body of an email message, represented as textual email data and the applicable character set. charset The applicable character set for the message content. @property (nonatomic, strong) NSString *charset Declared In AWSPinpointTargetingModel.h data The textual data of the message content. @property (nonatomic, strong) NSString *data Declared In AWSPinpointTargetingModel.h