AWSSNSUntagResourceRequest
Objective-C
@interface AWSSNSUntagResourceRequest
Swift
class AWSSNSUntagResourceRequest
-
The ARN of the topic from which to remove tags.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceArn;
Swift
var resourceArn: String? { get set }
-
The list of tag keys to remove from the specified topic.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable tagKeys;
Swift
var tagKeys: [String]? { get set }