AWSTextractUntagResourceRequest

Objective-C

@interface AWSTextractUntagResourceRequest

Swift

class AWSTextractUntagResourceRequest
  • The Amazon Resource Name (ARN) that specifies the resource to be untagged.

    Declaration

    Objective-C

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

    Swift

    var resourceARN: String? { get set }
  • Specifies the tags to be removed from the resource specified by the ResourceARN.

    Declaration

    Objective-C

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

    Swift

    var tagKeys: [String]? { get set }