AWSComprehendTagResourceRequest

Objective-C

@interface AWSComprehendTagResourceRequest

Swift

class AWSComprehendTagResourceRequest
  • The Amazon Resource Name (ARN) of the given Amazon Comprehend resource to which you want to associate the tags.

    Declaration

    Objective-C

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

    Swift

    var resourceArn: String? { get set }
  • Tags being associated with a specific Amazon Comprehend resource. There can be a maximum of 50 tags (both existing and pending) associated with a specific resource.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSComprehendTag *> *_Nullable tags;

    Swift

    var tags: [AWSComprehendTag]? { get set }