AWSTranslateUntagResourceRequest
Objective-C
@interface AWSTranslateUntagResourceRequest
Swift
class AWSTranslateUntagResourceRequest
-
The Amazon Resource Name (ARN) of the given Amazon Translate resource from which you want to remove the tags.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceArn;
Swift
var resourceArn: String? { get set }
-
The initial part of a key-value pair that forms a tag being removed from a given resource. Keys must be unique and cannot be duplicated for a particular resource.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable tagKeys;
Swift
var tagKeys: [String]? { get set }