AWSTextractTagResourceRequest

Objective-C

@interface AWSTextractTagResourceRequest

Swift

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

    Declaration

    Objective-C

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

    Swift

    var resourceARN: String? { get set }
  • A set of tags (key-value pairs) that you want to assign to the resource.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;

    Swift

    var tags: [String : String]? { get set }