AWSPinpointTargetingUntagResourceRequest

Objective-C

@interface AWSPinpointTargetingUntagResourceRequest

Swift

class AWSPinpointTargetingUntagResourceRequest
  • The Amazon Resource Name (ARN) of the resource.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable resourceArn;

    Swift

    var resourceArn: String? { get set }
  • The key of the tag to remove from the resource. To remove multiple tags, append the tagKeys parameter and argument for each additional tag to remove, separated by an ampersand (&).

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable tagKeys;

    Swift

    var tagKeys: [String]? { get set }