AWSRekognitionUntagResourceRequest
Objective-C
@interface AWSRekognitionUntagResourceRequest
Swift
class AWSRekognitionUntagResourceRequest
-
Amazon Resource Name (ARN) of the model, collection, or stream processor that you want to remove the tags from.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceArn;Swift
var resourceArn: String? { get set } -
A list of the tags that you want to remove.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable tagKeys;Swift
var tagKeys: [String]? { get set }
View on GitHub
Install in Dash
AWSRekognitionUntagResourceRequest Class Reference