AWSRekognitionTagResourceRequest

Objective-C

@interface AWSRekognitionTagResourceRequest

Swift

class AWSRekognitionTagResourceRequest
  • Amazon Resource Name (ARN) of the model, collection, or stream processor that you want to assign the tags to.

    Declaration

    Objective-C

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

    Swift

    var resourceArn: String? { get set }
  • The key-value tags to assign to the resource.

    Declaration

    Objective-C

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

    Swift

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