AWSPinpointTargetingTagResourceRequest
Objective-C
@interface AWSPinpointTargetingTagResourceRequest
Swift
class AWSPinpointTargetingTagResourceRequest
-
The Amazon Resource Name (ARN) of the resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceArn;
Swift
var resourceArn: String? { get set }
-
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 }