AWSLocationUntagResourceRequest
Objective-C
@interface AWSLocationUntagResourceRequest
Swift
class AWSLocationUntagResourceRequest
-
The Amazon Resource Name (ARN) of the resource from which you want to remove tags.
Format example:
arn:aws:geo:region:account-id:resourcetype/ExampleResource
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 resource.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable tagKeys;
Swift
var tagKeys: [String]? { get set }