AWSPinpointTargetingListTagsForResourceResponse
Objective-C
@interface AWSPinpointTargetingListTagsForResourceResponse
Swift
class AWSPinpointTargetingListTagsForResourceResponse
-
Specifies the tags (keys and values) for an application, campaign, message template, or segment.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingTagsModel *_Nullable tagsModel;
Swift
var tagsModel: AWSPinpointTargetingTagsModel? { get set }